TypeDelegator.GetNestedTypes(BindingFlags) 方法

定义

返回嵌套类型,这些嵌套类型是在 bindingAttr 中指定的,并且由当前 TypeDelegator 包装的类型来声明或继承。

public:
 override cli::array <Type ^> ^ GetNestedTypes(System::Reflection::BindingFlags bindingAttr);
public override Type[] GetNestedTypes (System.Reflection.BindingFlags bindingAttr);
override this.GetNestedTypes : System.Reflection.BindingFlags -> Type[]
Public Overrides Function GetNestedTypes (bindingAttr As BindingFlags) As Type()

参数

bindingAttr
BindingFlags

影响执行搜索的方式的位掩码。 该值是零个或多个来自 BindingFlags 的位标志的组合。

返回

Type[]

包含嵌套类型的 Type 类型数组。

适用于