Skip to content

NativeLibrary.Load method

Loads a native library using default flags.

C#
public static IntPtr Load(string libraryName)
parameterdescription
libraryNameThe name of the native library to be loaded.

Return Value

The OS handle for the loaded native library.

See Also

Released under the MIT license