TypeDelegator.GetNestedType(String, BindingFlags) Método

Definición

Devuelve un tipo anidado especificado por name y en bindingAttr que se declaran o heredan por el tipo representado por el objeto actual TypeDelegator.

public:
 override Type ^ GetNestedType(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public override Type GetNestedType(string name, System.Reflection.BindingFlags bindingAttr);
override this.GetNestedType : string * System.Reflection.BindingFlags -> Type
Public Overrides Function GetNestedType (name As String, bindingAttr As BindingFlags) As Type

Parámetros

name
String

Nombre del tipo anidado.

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

Objeto Type que representa el tipo anidado.

Excepciones

El name parámetro es null.

Se aplica a