次の方法で共有


TypeDelegator.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;

プロパティ値

RuntimeTypeHandle オブジェクト。

解説

型ハンドルは、各型に関連付けられた一意な整数値です。ハンドルは、実行中、一意です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間 | RuntimeTypeHandle