_ConstructorInfo.MethodHandle 属性
定义
为 COM 对象提供对 MethodHandle 属性的与版本无关的访问。Provides COM objects with version-independent access to the MethodHandle property.
public:
property RuntimeMethodHandle MethodHandle { RuntimeMethodHandle get(); };
public RuntimeMethodHandle MethodHandle { get; }
member this.MethodHandle : RuntimeMethodHandle
Public ReadOnly Property MethodHandle As RuntimeMethodHandle
属性值
RuntimeMethodHandle 对象。A RuntimeMethodHandle object.
注解
此方法用于从非托管代码访问托管类,不应从托管代码调用。This method is for access to managed classes from unmanaged code, and should not be called from managed code.
MethodHandle属性获取方法的内部元数据表示形式的句柄。The MethodHandle property gets a handle to the internal metadata representation of a method.