Load()

NativeLibrary::Load(const String&) method

Loads native dynamic library. Throws on error.

static IntPtr System::Runtime::InteropServices::NativeLibrary::Load(const String &libraryPath)

Arguments

ParameterTypeDescription
libraryPathconst String&Path to the library.

Return Value

Native library handle.

See Also