GetExport()

NativeLibrary::GetExport(IntPtr, const String&) method

Gets address of given library item.

static IntPtr System::Runtime::InteropServices::NativeLibrary::GetExport(IntPtr handle, const String &name)

Arguments

ParameterTypeDescription
handleIntPtrNative library handle.
nameconst String&Library item name.

Return Value

Pointer to native library item.

See Also