RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) 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 la représentation du pointeur interne d’un RuntimeTypeHandle objet.
public:
static IntPtr ToIntPtr(RuntimeTypeHandle value);
public static IntPtr ToIntPtr (RuntimeTypeHandle value);
static member ToIntPtr : RuntimeTypeHandle -> nativeint
Public Shared Function ToIntPtr (value As RuntimeTypeHandle) As IntPtr
Paramètres
- value
- RuntimeTypeHandle
Objet RuntimeTypeHandle à partir duquel récupérer une représentation de pointeur interne.
Retours
-
IntPtr
nativeint
Objet IntPtr qui représente un objet RuntimeTypeHandle.