Edit

Share via


PEHeader.BaseOfData Property

Definition

Gets the address of the beginning-of-data section relative to the image base when the image is loaded into memory.

public:
 property int BaseOfData { int get(); };
public int BaseOfData { get; }
member this.BaseOfData : int
Public ReadOnly Property BaseOfData As Integer

Property Value

The address of the beginning-of-data section relative to the image base.

Applies to