dscord.util.dynlib

Undocumented in source.

Members

Aliases

DynamicLibrary
alias DynamicLibrary = void*
Undocumented in source.

Functions

loadDynamicLibrary
DynamicLibrary loadDynamicLibrary(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
loadDynamicLibrary
DynamicLibrary loadDynamicLibrary(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFromDynamicLibrary
T loadFromDynamicLibrary(DynamicLibrary lh, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFromDynamicLibrary
T loadFromDynamicLibrary(DynamicLibrary lh, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadDynamicLibrary
void unloadDynamicLibrary(DynamicLibrary lh)
Undocumented in source. Be warned that the author may not have intended to support it.
unloadDynamicLibrary
void unloadDynamicLibrary(DynamicLibrary lh)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta