TypeDelegator.GetNestedType(String, BindingFlags) Método

Definición

Devuelve un tipo anidado especificado por name y en bindingAttr que son declarados o heredados por el objeto TypeDelegator actual.

public:
 override Type ^ GetNestedType(System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public override Type? GetNestedType (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 al modo de realizar la búsqueda. El valor es una combinación de cero o más marcas de bits de BindingFlags.

Devoluciones

Objeto Type que representa al tipo anidado.

Excepciones

El parámetro name es null.

Se aplica a