SharedLibrary

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

Constructors

this
this(string filename, int flags)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
get
auto get(string symbolName)
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