PEHeader.LoadConfigTableDirectory プロパティ

定義

構成テーブルの読み込みエントリを取得します。

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

プロパティ値

構成テーブルの読み込みエントリ。

注釈

IMAGE_DIRECTORY_ENTRY_LOAD_CONFIGを表します。

適用対象