DynamicLib.opBinaryRight

Returns the address of a symbol named symbolName or null if it is not found.

Note: null return doesn't mean the symbol is not found as the address of a symbol may be null.

struct DynamicLib
@trusted
void*
opBinaryRight
(
string op : "in"
)
(
in char[] symbolName
)

Meta