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
表示 RuntimeTypeHandle 对象的 IntPtr 对象。