PEHeader.ExportTableDirectory 屬性

定義

取得匯出數據表專案。

public:
 property System::Reflection::PortableExecutable::DirectoryEntry ExportTableDirectory { System::Reflection::PortableExecutable::DirectoryEntry get(); };
public System.Reflection.PortableExecutable.DirectoryEntry ExportTableDirectory { get; }
member this.ExportTableDirectory : System.Reflection.PortableExecutable.DirectoryEntry
Public ReadOnly Property ExportTableDirectory As DirectoryEntry

屬性值

匯出數據表專案。

備註

表示 IMAGE_DIRECTORY_ENTRY_EXPORT

適用於