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)
| Parameter | Type | Description |
|---|---|---|
| handle | IntPtr | Native library handle. |
| name | const String& | Library item name. |
ReturnValue
Pointer to native library item.
See Also
- Class String
- Class NativeLibrary
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++