PEHeader.SizeOfCode Property

Definition

Gets the size of the code (text) section, or the sum of all code sections if there are multiple sections.

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

Property Value

the size of the code (text) section, or the sum of all code sections if there are multiple sections.

Applies to