Type.TypeInitializer Propriété

Définition

Obtient l'initialiseur du type.

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

Valeur de propriété

ConstructorInfo

Objet contenant le nom du constructeur de classe pour Type.

Implémente

Attributs

Remarques

Les initialiseurs de classe sont également disponibles via la FindMembers méthode, ou par le biais des surcharges des GetMember méthodes,, GetMembers GetConstructor et GetConstructors qui prennent BindingFlags comme paramètre.

Si le actuel Type représente un paramètre de type dans la définition d’un type générique ou d’une méthode générique, cette propriété retourne null .

S’applique à

Voir aussi