TypeDelegator.GetMethods(BindingFlags) メソッド

定義

現在の TypeDelegator によってラップされている型の指定されたメソッドを表す MethodInfo オブジェクトの配列を返します。

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()

パラメーター

bindingAttr
BindingFlags

検索の実行方法に影響を与えるビットマスク。 この値は、BindingFlags の 0 個以上のビット フラグの組み合わせです。

戻り値

MethodInfo[]

この TypeDelegator で定義されているメソッドを表す MethodInfo オブジェクトの配列。

適用対象