TypeDelegator.GetMethods(BindingFlags) Método

Definição

Devolve um array de MethodInfo objetos que representam métodos especificados do tipo enrolados pela corrente TypeDelegator.

public:
 override cli::array <System::Reflection::MethodInfo ^> ^ GetMethods(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr);
override this.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Public Overrides Function GetMethods (bindingAttr As BindingFlags) As MethodInfo()

Parâmetros

bindingAttr
BindingFlags

Uma máscara de bits que afeta a forma como a pesquisa é realizada. O valor é uma combinação de zero ou mais flags de bits de BindingFlags.

Devoluções

Um array de MethodInfo objetos que representa os métodos definidos neste TypeDelegator.

Aplica-se a