Type.TypeInitializer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该类型的初始值设定项。
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
属性值
包含 Type 的类构造函数的名称的对象。
实现
- 属性
注解
还可以通过 FindMembers 方法或使用 GetMember GetMembers 作为参数的、、 GetConstructor 和 GetConstructors 方法的重载来使用类初始值设定项 BindingFlags 。
如果当前 Type 表示泛型类型或泛型方法的定义中的类型参数,则此属性返回 null
。