TypeBuilder.UnderlyingSystemType プロパティ
この TypeBuilder の基になるシステム型を返します。
Overrides Public ReadOnly Property UnderlyingSystemType As Type _ Implements IReflect.UnderlyingSystemType
[C#]
public override Type UnderlyingSystemType {get;}
[C++]
public: __property Type* get_UnderlyingSystemType();
[JScript]
public override function get UnderlyingSystemType() : Type;
プロパティ値
読み取り専用。基になるシステム型を返します。
実装
例外
例外の種類 | 条件 |
---|---|
InvalidOperationException | この型は列挙型 (Enum) ですが、基になるシステム型がありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeBuilder クラス | TypeBuilder メンバ | System.Reflection.Emit 名前空間