RuntimeReflectionExtensions.GetMethodInfo(Delegate) 方法

定义

获取指示指定委托表示的方法的对象。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::MethodInfo ^ GetMethodInfo(Delegate ^ del);
public static System.Reflection.MethodInfo GetMethodInfo (this Delegate del);
public static System.Reflection.MethodInfo? GetMethodInfo (this Delegate del);
static member GetMethodInfo : Delegate -> System.Reflection.MethodInfo
<Extension()>
Public Function GetMethodInfo (del As Delegate) As MethodInfo

参数

del
Delegate

要检查的委托。

返回

表示该方法的对象。

例外

delnull

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

适用于

另请参阅