次の方法で共有


PEHeader.LoadConfigTableDirectory プロパティ

定義

Load Configuration Table エントリを取得します。

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

適用対象