TypeInfo.GetDeclaredMethods(String) Método

Definição

Retorna uma coleção que contém todos os métodos declarados no tipo atual que correspondem ao nome especificado.

public:
 virtual System::Collections::Generic::IEnumerable<System::Reflection::MethodInfo ^> ^ GetDeclaredMethods(System::String ^ name);
public virtual System.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> GetDeclaredMethods (string name);
abstract member GetDeclaredMethods : string -> seq<System.Reflection.MethodInfo>
override this.GetDeclaredMethods : string -> seq<System.Reflection.MethodInfo>
Public Overridable Function GetDeclaredMethods (name As String) As IEnumerable(Of MethodInfo)
Public Iterator Overridable Function GetDeclaredMethods (name As String) As IEnumerable(Of MethodInfo)

Parâmetros

name
String

O nome do método a ser pesquisado.

Retornos

Uma coleção que contém métodos que correspondem a name.

Exceções

name é null.

Aplica-se a