System::Runtime::InteropServices::NativeLibrary::Load method
NativeLibrary::Load method
Loads native dynamic library. Throws on error.
static IntPtr System::Runtime::InteropServices::NativeLibrary::Load(const String &libraryPath)
| Parameter | Type | Description |
|---|---|---|
| libraryPath | const String& | Path to the library. |
ReturnValue
Native library handle.
See Also
- Class String
- Class NativeLibrary
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++