Dlfcn.SetIntPtr(IntPtr, String, IntPtr) 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.
Définit le symbole spécifié dans le handle de bibliothèque sur la valeur IntPtr spécifiée.
public static void SetIntPtr (IntPtr handle, string symbol, IntPtr value);
static member SetIntPtr : nativeint * string * nativeint -> unit
Paramètres
- handle
-
IntPtr
nativeint
Gérez la bibliothèque dynamique précédemment ouverte avec dlopen(String, Int32).
- symbol
- String
Nom du symbole public dans la bibliothèque dynamique à rechercher.
- value
-
IntPtr
nativeint
Valeur à définir.