Table of Contents

Method GetSymbol

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetSymbol(nint, string)

Resolves the address of an exported symbol from a native library handle.

public static nint GetSymbol(nint library, string symbolName)

Parameters

library nint

The native library handle.

symbolName string

The exported symbol name.

Returns

nint

The pointer to the symbol, or IntPtr.Zero if the symbol cannot be found.