AccessibleObject.IReflect.GetMethods(BindingFlags) メソッド

定義

すべてのパブリック メソッドまたは現在のクラスのすべてのメソッドを持つ MethodInfo オブジェクトの配列を取得します。 このメンバーの説明については、 GetMethods(BindingFlags)を参照してください。

 virtual cli::array <System::Reflection::MethodInfo ^> ^ System.Reflection.IReflect.GetMethods(System::Reflection::BindingFlags bindingAttr) = System::Reflection::IReflect::GetMethods;
System.Reflection.MethodInfo[] IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr);
abstract member System.Reflection.IReflect.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
override this.System.Reflection.IReflect.GetMethods : System.Reflection.BindingFlags -> System.Reflection.MethodInfo[]
Function GetMethods (bindingAttr As BindingFlags) As MethodInfo() Implements IReflect.GetMethods

パラメーター

bindingAttr
BindingFlags

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

返品

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 AccessibleObject インスタンスがIReflect インターフェイスにキャストされている場合にのみ使用できます。

適用対象