次の方法で共有


PEHeader.BoundImportTableDirectory プロパティ

定義

バインドされたインポート テーブル エントリを取得します。

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

プロパティ値

バインドされたインポート テーブル エントリ。

注釈

IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT を表します。

適用対象