Type.TypeInitializer Proprietà
Definizione
Ottiene l'inizializzatore per il tipo.Gets the initializer for the 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
Valore della proprietà
Oggetto che contiene il nome del costruttore di classe per l'oggetto Type.An object that contains the name of the class constructor for the Type.
Implementazioni
- Attributi
Commenti
Gli inizializzatori di classi sono disponibili anche tramite il FindMembers metodo o tramite overload dei GetMember GetMembers metodi,, GetConstructor e GetConstructors che accettano BindingFlags come parametro.Class initializers are also available through the FindMembers method, or through overloads of the GetMember, GetMembers, GetConstructor, and GetConstructors methods that take BindingFlags as a parameter.
Se l'oggetto corrente Type rappresenta un parametro di tipo nella definizione di un tipo o di un metodo generico, la proprietà restituisce null
.If the current Type represents a type parameter in the definition of a generic type or generic method, this property returns null
.