संपादन करना

के माध्यम से साझा करें


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