DylibLoader

Undocumented in source.

Constructors

this
this(string libs)
Undocumented in source.
this
this(string[] libs)
Undocumented in source.
this
this(string[] libs, DylibVersion ver)
Undocumented in source.
this
this(string libs, DylibVersion ver)
Undocumented in source.

Members

Functions

bindFunc
void bindFunc(void** ptr, string name, bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
bindFunc
void bindFunc(TFUN fun, string name, bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
bindFunc_stdcall
void bindFunc_stdcall(Func f, string unmangledName)
Undocumented in source. Be warned that the author may not have intended to support it.
configureMinimumVersion
void configureMinimumVersion(DylibVersion minVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSymbols
void loadSymbols()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

dylib
Dylib dylib;
Undocumented in source.

Meta