RuntimeReflectionExtensions.GetMethodInfo(Delegate) Metodo

Definizione

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

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

Parametri

del
Delegate

Delegato da esaminare.

Restituisce

Oggetto che rappresenta il metodo.

Eccezioni

del è null.

Il chiamante non ha accesso al metodo rappresentato dal delegato, ad esempio se il metodo è privato.

Si applica a

Vedi anche