EnumBuilder.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

読み取り専用です。 この列挙型の内部ハンドル。

例外

このプロパティは現在サポートされていません。

注釈

取得した型でリフレクションを使用またはAssembly.GetType使用してType.GetType、型を取得できます。

基になるメタデータ ハンドルにアクセスするには、このハンドルを使用します。

適用対象