次の方法で共有


PEHeader.ImportTableDirectory プロパティ

定義

[テーブルのインポート] エントリを取得します。

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

プロパティ値

[テーブルのインポート] エントリ。

注釈

IMAGE_DIRECTORY_ENTRY_IMPORT を表します。

適用対象