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ámetroTipoDescripción
libraryPathconst String&Ruta a la biblioteca.
handleIntPtr&Manejador de la biblioteca nativa.

ReturnValue

True si la biblioteca se cargó correctamente, false en caso contrario.

Ver también