次の方法で共有


Type.TypeInitializer プロパティ

Type のクラス初期化子を取得します。

Public ReadOnly Property TypeInitializer As ConstructorInfo
[C#]
public ConstructorInfo TypeInitializer {get;}
[C++]
public: __property ConstructorInfo* get_TypeInitializer();
[JScript]
public function get TypeInitializer() : ConstructorInfo;

プロパティ値

Type のクラス コンストラクタの名前を格納している ConstructorInfo

解説

クラス初期化子は、 GetMemberGetMembersFindMembers 、および GetConstructors を通じて使用できます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

Type クラス | Type メンバ | System 名前空間 | ConstructorInfo