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