RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) Método

Definição

Retorna a representação de ponteiro interno de um RuntimeTypeHandle objeto .

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

Parâmetros

value
RuntimeTypeHandle

Um RuntimeTypeHandle objeto do qual recuperar uma representação de ponteiro interno.

Retornos

IntPtr

nativeint

Um objeto IntPtr que representa um objeto RuntimeTypeHandle.

Aplica-se a