This documentation is archived and is not being maintained.
Type.TypeInitializer Property
.NET Framework 1.1
Gets the initializer for the Type.
[Visual Basic] Public ReadOnly Property TypeInitializer As ConstructorInfo [C#] public ConstructorInfo TypeInitializer {get;} [C++] public: __property ConstructorInfo* get_TypeInitializer(); [JScript] public function get TypeInitializer() : ConstructorInfo;
Property Value
A ConstructorInfo containing the name of the class constructor for the Type.
Remarks
Class initializers are available through GetMember, GetMembers, FindMembers, and GetConstructors.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Common Language Infrastructure (CLI) Standard
See Also
Type Class | Type Members | System Namespace | ConstructorInfo
Show: