Type.TypeInitializer Свойство

Определение

Возвращает инициализатор типа.

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

Значение свойства

ConstructorInfo

Объект, содержащий имя конструктора класса Type.

Реализации

Атрибуты

Комментарии

Инициализаторы классов также доступны через FindMembers метод или с помощью перегрузок GetMember методов,, GetMembers GetConstructor и GetConstructors , которые принимают BindingFlags в качестве параметра.

Если Current Type представляет параметр типа в определении универсального типа или универсального метода, это свойство возвращает значение null .

Применяется к

См. также раздел