PEHeader.ImportAddressTableDirectory 屬性

定義

取得匯入地址表專案。

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

屬性值

匯入地址表專案。

備註

表示 IMAGE_DIRECTORY_ENTRY_IAT

適用於