Método System::Runtime::InteropServices::NativeLibrary::TryLoad
NativeLibrary::TryLoad method
Carga la biblioteca dinámica nativa.
static bool System::Runtime::InteropServices::NativeLibrary::TryLoad(const String &libraryPath, IntPtr &handle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| libraryPath | const String& | Ruta a la biblioteca. |
| handle | IntPtr& | Manejador de la biblioteca nativa. |
ReturnValue
True si la biblioteca se cargó correctamente, false en caso contrario.
Ver también
- Class String
- Class NativeLibrary
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++