PEHeaderBuilder.SizeOfStackReserve Property

Definition

The size of the stack to reserve. Only SizeOfStackCommit is committed; the rest is made available one page at a time until the reserve size is reached.

public:
 property System::UInt64 SizeOfStackReserve { System::UInt64 get(); };
public ulong SizeOfStackReserve { get; }
member this.SizeOfStackReserve : uint64
Public ReadOnly Property SizeOfStackReserve As ULong

Property Value

A number representing the size of the stack to reserve.

Applies to