EnumBuilder.TypeHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取這個列舉的內部控制代碼。
public:
virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle
屬性值
唯讀。 這個列舉的內部控制代碼。
例外狀況
這個屬性目前不支援。
備註
您可以使用 或 Assembly.GetType 擷Type.GetType取類型,並在擷取的類型上使用反映。
使用此控制代碼來存取基礎中繼資料控制代碼。