RuntimeMethodHandle.FromIntPtr(IntPtr) メソッド

定義

ハンドルから RuntimeMethodInfo に作成された新しい RuntimeMethodHandle オブジェクトを返します。

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

オブジェクトを作成 RuntimeMethodHandle する RuntimeMethodInfo に対する IntPtr ハンドル。

戻り値

RuntimeMethodHandle

値パラメーターに対応する新しい RuntimeMethodHandle オブジェクト。

適用対象