RuntimeMethodHandle.FromIntPtr(IntPtr) 方法

定义

返回从 RuntimeMethodInfo 的句柄创建的新 RuntimeMethodHandle 对象。

public static RuntimeMethodHandle FromIntPtr(IntPtr value);

参数

value
IntPtr

要从中创建对象的 RuntimeMethodInfo RuntimeMethodHandle 的 IntPtr 句柄。

返回

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

适用于

产品 版本
.NET 7, 8, 9, 10