Skip to content

NativeLibrary.GetExport method

Gets the address of an exported symbol.

C#
public static IntPtr GetExport(IntPtr handle, string name)
parameterdescription
handleThe native library OS handle.
nameThe name of the exported symbol.

Return Value

The address of the symbol.

See Also

Released under the MIT license