RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) Metodo

Definizione

Restituisce la rappresentazione del puntatore interno di un RuntimeTypeHandle oggetto.

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

Parametri

value
RuntimeTypeHandle

Oggetto RuntimeTypeHandle da cui recuperare una rappresentazione del puntatore interno.

Restituisce

IntPtr

nativeint

Oggetto IntPtr che rappresenta un oggetto RuntimeTypeHandle.

Si applica a