Delegate.GetMethodImpl 方法

定义

获取由当前委托表示的方法。

protected:
 virtual System::Reflection::MethodInfo ^ GetMethodImpl();
protected virtual System.Reflection.MethodInfo GetMethodImpl ();
abstract member GetMethodImpl : unit -> System.Reflection.MethodInfo
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overridable Function GetMethodImpl () As MethodInfo

返回

描述 MethodInfo 由当前委托表示的方法的 。

例外

调用方不能访问由委托表示的方法(例如,在方法为私有方法的情况下)。

注解

此方法实现 Method 属性。

适用于

另请参阅