RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 物件的內部指標表示 RuntimeTypeHandle 。
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
參數
- value
- RuntimeTypeHandle
要 RuntimeTypeHandle 從中擷取內部指標表示的 物件。
傳回
IntPtr
nativeint
IntPtr 物件,表示 RuntimeTypeHandle 物件。