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

表示 RuntimeTypeHandle 对象的 IntPtr 对象。

适用于