この列挙型 (Enum) の Type オブジェクトを作成します。
Public Function CreateType() As Type
[C#]
public Type CreateType();
[C++]
public: Type* CreateType();
[JScript]
public function CreateType() : Type;
戻り値
この列挙型 (Enum) の Type オブジェクト。
例外
例外の種類 | 条件 |
---|---|
InvalidOperationException | この型は既に作成されています。
または 外側の型が作成されていません。 |
使用例
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
EnumBuilder クラス | EnumBuilder メンバ | System.Reflection.Emit 名前空間