TypeBuilder.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取型別,並使用所擷取類型的反映。