次の方法で共有


TypeBuilder.TypeHandle プロパティ

動的モジュールではサポートされません。

Overrides Public ReadOnly Property TypeHandle As RuntimeTypeHandle
[C#]
public override RuntimeTypeHandle TypeHandle {get;}
[C++]
public: __property RuntimeTypeHandle get_TypeHandle();
[JScript]
public override function get TypeHandle() : RuntimeTypeHandle;

プロパティ値

読み取り専用。

例外

例外の種類 条件
NotSupportedException 動的モジュールではサポートされません。

解説

GetType または GetType を使用して型を取得し、取得した型に対してリフレクションを使用します。

必要条件

プラットフォーム: 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 名前空間