Delegate.GetMethodImpl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la méthode représentée par le délégué actuel.
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
Retours
MethodInfo décrivant la méthode représentée par le délégué actuel.
Exceptions
L’appelant n’a pas accès à la méthode représentée par le délégué (par exemple, si la méthode est privée).
Remarques
Cette méthode implémente la Method propriété .