Method GetSymbol
GetSymbol(nint, string)
Resolves the address of an exported symbol from a native library handle.
public static nint GetSymbol(nint library, string symbolName)
Parameters
Returns
- nint
The pointer to the symbol, or
IntPtr.Zeroif the symbol cannot be found.