SharedLibrary

This is a wrapper of UNIX-specified dynamic loading. See man 3 dlopen.

Constructors

this
this(string filename, int flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(string symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
getLoadedAddr
void* getLoadedAddr()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
void* handle;
Undocumented in source.

Meta