AssemblyLoadContext.LoadUnmanagedDllFromPath(String) Méthode

Définition

Charge une bibliothèque non managée à partir du chemin spécifié.

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

Paramètres

unmanagedDllPath
String

Chemin de la bibliothèque non managée.

Retours

IntPtr

nativeint

Descripteur de système d’exploitation de la bibliothèque native chargée.

Exceptions

unmanagedDllPath a la valeur null.

L’argument unmanagedDllPath est vide ou n’est pas un chemin absolu.

La bibliothèque est introuvable.

La bibliothèque n’est pas valide.

Remarques

Le handle de système d’exploitation retourné par cette méthode peut être utilisé avec les méthodes de la System.Runtime.InteropServices.NativeLibrary classe .

S’applique à