RuntimeTypeHandle.FromIntPtr(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.
Retourne un objet RuntimeTypeHandle créé à partir d’un handle vers un RuntimeType.
public:
static RuntimeTypeHandle FromIntPtr(IntPtr value);
public static RuntimeTypeHandle FromIntPtr (IntPtr value);
static member FromIntPtr : nativeint -> RuntimeTypeHandle
Public Shared Function FromIntPtr (value As IntPtr) As RuntimeTypeHandle
Paramètres
- value
-
IntPtr
nativeint
Handle IntPtr vers un RuntimeType à partir duquel créer un RuntimeTypeHandle objet.
Retours
Nouvel objet RuntimeTypeHandle qui correspond au paramètre de valeur.