PEHeader.BaseRelocationTableDirectory Property

Definition

Gets the Base Relocations Table entry.

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

Property Value

The Base Relocations Table entry.

Remarks

Represents IMAGE_DIRECTORY_ENTRY_BASERELOC.

Applies to