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

适用于