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.

C#
public int SizeOfUninitializedData { get; }

Property Value

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

Applies to