TryLoad()
NativeLibrary::TryLoad(const String&, IntPtr&) method
Loads native dynamic library.
static bool System::Runtime::InteropServices::NativeLibrary::TryLoad(const String &libraryPath, IntPtr &handle)
Arguments
| Parameter | Type | Description |
|---|---|---|
| libraryPath | const String& | Path to the library. |
| handle | IntPtr& | Native library handle. |
Return Value
True if library loaded successfuly, false otherwise.
See Also
- Class String
- Class NativeLibrary
- Namespace System::Runtime::InteropServices
- Library Aspose.Slides