TypeDelegator.GetNestedTypes(BindingFlags) Método

Definición

Devuelve los tipos anidados especificados en bindingAttr que se declaran o heredan por el tipo encapsulado por el objeto actual 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()

Parámetros

bindingAttr
BindingFlags

Máscara de bits que afecta a la forma en que se realiza la búsqueda. El valor es una combinación de cero o más marcas de bits de BindingFlags.

Devoluciones

Type[]

Matriz de tipo Type que contiene los tipos anidados.

Se aplica a