SharedLib

Shared library ressource

Postblit

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

Members

Functions

disown
SharedLibHandle disown()

Return the internal shared library handle, this is used to move ownership of such objects. Ownership of the underlying shared library is lost.initializeWithHandle

hasSymbol
bool hasSymbol(string symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
initializeWithHandle
void initializeWithHandle(SharedLibHandle handle)

Recreate a SharedLib using a disown() stored handle. This is used instead of postblit.

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