TypeInfo.GetDeclaredMethod(String) Méthode

Définition

Renvoie un objet qui représente la méthode spécifiée déclarée par le type actuel.

public:
 virtual System::Reflection::MethodInfo ^ GetDeclaredMethod(System::String ^ name);
public virtual System.Reflection.MethodInfo GetDeclaredMethod (string name);
public virtual System.Reflection.MethodInfo? GetDeclaredMethod (string name);
abstract member GetDeclaredMethod : string -> System.Reflection.MethodInfo
override this.GetDeclaredMethod : string -> System.Reflection.MethodInfo
Public Overridable Function GetDeclaredMethod (name As String) As MethodInfo

Paramètres

name
String

Nom de la méthode.

Retours

Objet qui représente la méthode spécifiée, si elle est trouvée ; sinon, null.

Exceptions

name a la valeur null.

S’applique à