RuntimeFieldHandle.FromIntPtr(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回從 RuntimeFieldInfo 控制碼建立的新 RuntimeFieldHandle 物件。
public:
static RuntimeFieldHandle FromIntPtr(IntPtr value);
public static RuntimeFieldHandle FromIntPtr (IntPtr value);
static member FromIntPtr : nativeint -> RuntimeFieldHandle
Public Shared Function FromIntPtr (value As IntPtr) As RuntimeFieldHandle
參數
- value
-
IntPtr
nativeint
要從中建立 RuntimeFieldHandle 物件的 RuntimeFieldInfo 的 IntPtr 控制碼。
傳回
新的 RuntimeFieldHandle 物件,其對應於實值參數。