PEHeader.BaseOfData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.