Dlfcn.GetNUInt(IntPtr, String) 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.
Obtient la valeur nuint exposée avec le symbole donné à partir de la bibliothèque dynamique.
public static nuint GetNUInt (IntPtr handle, string symbol);
static member GetNUInt : nativeint * string -> nuint
Paramètres
- handle
-
IntPtr
nativeint
Handle vers la bibliothèque dynamique précédemment ouverte avec dlopen(String, Int32).
- symbol
- String
Nom du symbole public dans la bibliothèque dynamique à rechercher.
Retours
Valeur de la bibliothèque, ou zéro en cas d’échec.
Remarques
Si cette routine échoue, elle retourne zéro.