TypeDelegator.GetMethods(BindingFlags) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 MethodInfo 对象的数组,这些对象表示由当前 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()
参数
- bindingAttr
- BindingFlags
影响执行搜索的方式的位掩码。 该值是零个或多个来自 BindingFlags 的位标志的组合。
返回
MethodInfo
对象的数组,表示在此 TypeDelegator
上定义的方法。