Partage via


RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) Méthode

Définition

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.

S’applique à