PEHeader.BaseRelocationTableDirectory Eigenschaft

Definition

Ruft den Eintrag "Base Relocations Table" ab.

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

Eigenschaftswert

Der Eintrag "Base Relocations Table".

Hinweise

Represents IMAGE_DIRECTORY_ENTRY_BASERELOC.

Gilt für: