NativeLibrary.Load method
Loads a native library using default flags.
C#
public static IntPtr Load(string libraryName)
parameter | description |
---|---|
libraryName | The name of the native library to be loaded. |
Return Value
The OS handle for the loaded native library.
See Also
- class NativeLibrary
- namespace Microsoft.JavaScript.NodeApi.Runtime