PEHeader.BaseRelocationTableDirectory 属性

定义

获取“基本重定位表”条目。

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

属性值

“基本重定位表”条目。

注解

表示 IMAGE_DIRECTORY_ENTRY_BASERELOC

适用于