bindbc.jsl.dynload

Undocumented in source.

Members

Enums

JSLSupport
enum JSLSupport

Used as a return value by the loader. Currently doesn't support version checking.

Functions

loadJSL
JSLSupport loadJSL()

Loads the library.

loadJSL
JSLSupport loadJSL(const(char)* libName)

Loads the library from the given path.

loadedJSLVersion
JSLSupport loadedJSLVersion()

Returns the currently loaded version of the library, or an error code if the loading failed.

unloadJLS
void unloadJLS()

Unloads the JSL library.

Meta