Dylib

Undocumented in source.

Members

Functions

load
void load(string[] names)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSymbol
void* loadSymbol(string name, bool required)
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.

Properties

isLoaded
bool isLoaded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
missingSymbolCallback
bool delegate(string) missingSymbolCallback [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
missingSymbolCallback
bool delegate(string) missingSymbolCallback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
missingSymbolCallback
bool function(string) missingSymbolCallback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta