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

用于控制搜索的绑定属性。

返回

MethodInfo 对象的数组,包含为此反射对象定义的符合 bindingAttr 中指定的搜索约束的所有方法。

注解

仅当返回公共方法时,才会指示 的非公共属性 bindingAttr

适用于

另请参阅