次の方法で共有


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 を表します。

適用対象