AssemblyLoadContext.LoadUnmanagedDllFromPath(String) Método

Definición

Carga una biblioteca no administrada desde la ruta de acceso especificada.

protected:
 IntPtr LoadUnmanagedDllFromPath(System::String ^ unmanagedDllPath);
protected IntPtr LoadUnmanagedDllFromPath (string unmanagedDllPath);
member this.LoadUnmanagedDllFromPath : string -> nativeint
Protected Function LoadUnmanagedDllFromPath (unmanagedDllPath As String) As IntPtr

Parámetros

unmanagedDllPath
String

Ruta de acceso a la biblioteca no administrada.

Devoluciones

IntPtr

nativeint

El identificador de sistema operativo de la biblioteca nativa cargada.

Excepciones

unmanagedDllPath es null.

El argumento unmanagedDllPath está vacío o no es una ruta de acceso absoluta.

No se encuentra la biblioteca.

La biblioteca no es válida.

Comentarios

El identificador del sistema operativo devuelto por este método se puede usar con métodos de la System.Runtime.InteropServices.NativeLibrary clase .

Se aplica a