RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca wewnętrzną reprezentację RuntimeTypeHandle wskaźnika obiektu.
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
Parametry
- value
- RuntimeTypeHandle
RuntimeTypeHandle Obiekt umożliwiający pobranie reprezentacji wskaźnika wewnętrznego.
Zwraca
-
IntPtr
nativeint
IntPtr Obiekt reprezentujący RuntimeTypeHandle obiekt.