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