_Type.TypeHandle プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、TypeHandleプロパティです。

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

プロパティ値

現在の Type のハンドル。

注釈

このプロパティは、アンマネージ コードからマネージド クラスにアクセスするためのプロパティであり、マネージド コードから呼び出さないでください。

プロパティは Type.TypeHandle 、現在 Typeの のハンドルを取得します。

適用対象