共用方式為


RuntimeTypeHandle.FromIntPtr(IntPtr) 方法

定義

傳回從控制碼建立的新 RuntimeTypeHandle 物件至 RuntimeType。

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

RuntimeType 的 IntPtr 控制碼,可從中建立 RuntimeTypeHandle 物件。

傳回

RuntimeTypeHandle

新的 RuntimeTypeHandle 物件,其對應於實值參數。

適用於