PEHeader.SizeOfUninitializedData Property

Definition

Gets the size of the uninitialized data section (BSS), or the sum of all such sections if there are multiple BSS sections.

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

Property Value

The size of the uninitialized data section (BSS) or the sum of all such sections.

Applies to