SharedLib

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Aliases

LibHandle
alias LibHandle = void*
Undocumented in source.
LibHandle
alias LibHandle = HMODULE
Undocumented in source.

Functions

getFunction
auto getFunction(string symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
getSymbol
void* getSymbol(string symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
loadLib
bool loadLib(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadLib
void unloadLib()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

handle
handle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dllSymbol
void* dllSymbol(LibHandle handle, string symbol)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta