DynamicMethod.MethodHandle 属性

定义

不支持动态方法。Not supported for dynamic methods.

public:
 virtual property RuntimeMethodHandle MethodHandle { RuntimeMethodHandle get(); };
public override RuntimeMethodHandle MethodHandle { get; }
member this.MethodHandle : RuntimeMethodHandle
Public Overrides ReadOnly Property MethodHandle As RuntimeMethodHandle

属性值

RuntimeMethodHandle

不支持动态方法。Not supported for dynamic methods.

例外

不允许动态方法。Not allowed for dynamic methods.

适用于