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
| Parameter | Type | Description |
|---|---|---|
| handle | IntPtr | Native library handle. |
| name | const String& | Library item name. |
Return Value
Pointer to native library item.
See Also
- Class String
- Class NativeLibrary
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides