TypeDelegator.TypeHandle プロパティ

定義

実装されている型の内部メタデータ表現を識別するハンドルを取得します。

public:
 virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle

プロパティ値

RuntimeTypeHandle

RuntimeTypeHandle オブジェクト。

注釈

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

適用対象

こちらもご覧ください