TypeDelegator.GetMethods 方法
返回 MethodInfo 对象的数组,这些对象表示由当前 TypeDelegator 对象包装的类型的方法。
重载列表
名称 | 说明 |
---|---|
TypeDelegator.GetMethods () | 返回当前 Type 的所有公共方法。 |
TypeDelegator.GetMethods (BindingFlags) | 返回 MethodInfo 对象的数组,这些对象表示由当前 TypeDelegator 包装的类型的指定方法。 |
返回 MethodInfo 对象的数组,这些对象表示由当前 TypeDelegator 对象包装的类型的方法。
名称 | 说明 |
---|---|
TypeDelegator.GetMethods () | 返回当前 Type 的所有公共方法。 |
TypeDelegator.GetMethods (BindingFlags) | 返回 MethodInfo 对象的数组,这些对象表示由当前 TypeDelegator 包装的类型的指定方法。 |