Type.TypeInitializer Propiedad

Definición

Obtiene el inicializador para el tipo.

public:
 property System::Reflection::ConstructorInfo ^ TypeInitializer { System::Reflection::ConstructorInfo ^ get(); };
public System.Reflection.ConstructorInfo? TypeInitializer { get; }
public System.Reflection.ConstructorInfo TypeInitializer { get; }
[System.Runtime.InteropServices.ComVisible(true)]
public System.Reflection.ConstructorInfo TypeInitializer { get; }
member this.TypeInitializer : System.Reflection.ConstructorInfo
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.TypeInitializer : System.Reflection.ConstructorInfo
Public ReadOnly Property TypeInitializer As ConstructorInfo

Valor de propiedad

ConstructorInfo

Objeto que contiene el nombre del constructor de clase para Type.

Implementaciones

Atributos

Comentarios

Los inicializadores de clase también están disponibles a través del método o a través de sobrecargas de los métodos , , y que FindMembers GetMember toman como GetMembers GetConstructor GetConstructors BindingFlags parámetro.

Si el objeto actual representa un parámetro de tipo en la definición de un tipo genérico o un método Type genérico, esta propiedad devuelve null .

Se aplica a

Consulte también