sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
DLL
sbylib
engine
compiler
dll
Undocumented in source.
class
DLL {
this
(string dllname);
void
unload
();
auto
loadFunction
(string functionName);
}
Constructors
this
this
(string dllname)
Undocumented in source.
Members
Functions
loadFunction
auto
loadFunction
(string functionName)
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
Source
See Implementation
sbylib
engine
compiler
dll
classes
DLL