SharedLib

Shared library ressource

Members

Functions

isLoaded
bool isLoaded()

Returns true if the shared library is currently loaded, false otherwise.

load
void load(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSymbol
void* loadSymbol(string symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta