IReflect.GetMethods(BindingFlags) メソッド

定義

すべてのパブリック メソッドまたは現在のクラスのすべてのメソッドの MethodInfo オブジェクトの配列を取得します。

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

パラメーター

bindingAttr
BindingFlags

検索を制御するために使用されるバインディング属性。

戻り値

bindingAttr で指定した検索制約と一致するこのリフレクション オブジェクトに対して定義されているすべてのメソッドを格納する MethodInfo オブジェクトの配列。

注釈

の非パブリック属性 bindingAttr は、パブリック メソッドが返される場合にのみ示されます。

適用対象

こちらもご覧ください