SharedLib

Shared library ressource

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

hasSymbol
bool hasSymbol(string symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
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