Delegate.GetMethodImpl Metodo

Definizione

Ottiene il metodo rappresentato dal delegato corrente.

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

Restituisce

Oggetto MethodInfo che descrive il metodo rappresentato dal delegato corrente.

Eccezioni

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

Commenti

Questo metodo implementa la Method proprietà.

Si applica a

Vedi anche