DynamicLib.opIndex

Returns the address of a symbol named symbolName.

struct DynamicLib
@trusted
void*
opIndex
(
in char[] symbolName
)

Throws

Exception if the symbol is not found or has null address.

Meta