[ 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.
filename |
filename of the module to load |
an Module loaded from |