PEDirectoriesBuilder.ImportAddressTable 屬性

定義

匯入位址表 (IAT) 映像目錄項目。

public:
 property System::Reflection::PortableExecutable::DirectoryEntry ImportAddressTable { System::Reflection::PortableExecutable::DirectoryEntry get(); void set(System::Reflection::PortableExecutable::DirectoryEntry value); };
public System.Reflection.PortableExecutable.DirectoryEntry ImportAddressTable { get; set; }
member this.ImportAddressTable : System.Reflection.PortableExecutable.DirectoryEntry with get, set
Public Property ImportAddressTable As DirectoryEntry

屬性值

目錄項目實例。

備註

表示 IMAGE_DIRECTORY_ENTRY_IAT

適用於