RuntimeTypeHandle.ToIntPtr(RuntimeTypeHandle) 方法

定義

傳回 物件的內部指標表示 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 物件。

適用於