NativeLibrary.GetExport method
Gets the address of an exported symbol.
C#
public static IntPtr GetExport(IntPtr handle, string name)
parameter | description |
---|---|
handle | The native library OS handle. |
name | The name of the exported symbol. |
Return Value
The address of the symbol.
See Also
- class NativeLibrary
- namespace Microsoft.JavaScript.NodeApi.Runtime