load_file


Description:

[ Version ( since = "3.16" ) ]
public static Module load_file (string filename)

Load the module from the specified filename into memory.

If you want to unload it (enabling on-demand loading) you must call unuse on the module.

Parameters:

filename

filename of the module to load

Returns:

an Module loaded from filename