Dlfcn.dlopen(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge la bibliothèque dynamique spécifiée dans la mémoire.
public static IntPtr dlopen (string path, int mode);
static member dlopen : string * int -> nativeint
Paramètres
- path
- String
Chemin d’accès à la bibliothèque dynamique.
- mode
- Int32
Masque de bits, valeurs définies dans la page man Unix dlopen(2).
Retours
IntPtr
nativeint
Handle de la bibliothèque ou IntPtr.Zero en cas d’échec.