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

适用于