Module


Description:

[ CCode ( has_construct_function = false ) ]
public Module (File file, bool auto_load, bool verbose)

Creates a new Module instance.

Parameters:

file

A File pointing to a loadable module.

auto_load

Pass true to exclude this module from auto-loading.

verbose

Pass true to enable debugging output.

Returns:

The new Module object.