Delegate.GetMethodImpl Método

Definición

Obtiene el método representado por el delegado actual.

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

Devoluciones

que MethodInfo describe el método representado por el delegado actual.

Excepciones

El llamador no tiene acceso al método representado por el delegado (por ejemplo, si el método es privado).

Comentarios

Este método implementa la Method propiedad .

Se aplica a

Consulte también