RuntimeTypeHandle.FromIntPtr(IntPtr) 方法

定义

返回从句柄创建到 RuntimeType 的新 RuntimeTypeHandle 对象。

public:
 static RuntimeTypeHandle FromIntPtr(IntPtr value);
public static RuntimeTypeHandle FromIntPtr (IntPtr value);
static member FromIntPtr : nativeint -> RuntimeTypeHandle
Public Shared Function FromIntPtr (value As IntPtr) As RuntimeTypeHandle

参数

value
IntPtr

nativeint

用于从中创建 RuntimeTypeHandle 对象的 RuntimeType 的 IntPtr 句柄。

返回

RuntimeTypeHandle

对应于值参数的新的 RuntimeTypeHandle 对象。

适用于