Module.getSymbol

Gets a symbol from the module.

class Module
@nogc final
void*
getSymbol
(
string sym
)

Parameters

sym string

The name of the symbol to get.

Return Value

Type: void*

A pointer to the symbol or null if the symbol was not found.

Meta