System::Runtime::InteropServices::NativeLibrary class
NativeLibrary class
class NativeLibrary
Methods
| Method | Description |
|---|---|
| static Free(IntPtr) | Unloads dynamic library. |
| static GetExport(IntPtr, const String&) | Gets address of given library item. |
| static Load(const String&) | Loads native dynamic library. Throws on error. |
| static TryLoad(const String&, IntPtr&) | Loads native dynamic library. |
See Also
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++