System::Runtime::InteropServices::NativeLibrary::Load method

NativeLibrary::Load method

Loads native dynamic library. Throws on error.

static IntPtr System::Runtime::InteropServices::NativeLibrary::Load(const String &libraryPath)
ParameterTypeDescription
libraryPathconst String&Path to the library.

ReturnValue

Native library handle.

See Also