PEHeader.CorHeaderTableDirectory 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 CLI 標頭數據表專案。
public:
property System::Reflection::PortableExecutable::DirectoryEntry CorHeaderTableDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry CorHeaderTableDirectory { get; }
member this.CorHeaderTableDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property CorHeaderTableDirectory As DirectoryEntry
屬性值
CLI 標頭數據表專案。
備註
CLI 標頭包含 .NET 運行時間所使用的資訊和資料目錄。 CLI 標頭格式是由 ECMA-335 規格第 II.25.3.3 節所定義。