System::Runtime::InteropServices::NativeLibrary::GetExport method

NativeLibrary::GetExport method

Gets address of given library item.

static IntPtr System::Runtime::InteropServices::NativeLibrary::GetExport(IntPtr handle, const String &name)
ParameterTypeDescription
handleIntPtrNative library handle.
nameconst String&Library item name.

ReturnValue

Pointer to native library item.

See Also