Edit

Share via


PEHeader.BaseOfCode Property

Definition

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

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

Property Value

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

Applies to