PEHeader.SizeOfHeapReserve プロパティ

定義

予約するローカル ヒープ領域のサイズを取得します。 SizeOfHeapCommitのみがコミットされます。残りは、予約サイズに達するまで一度に 1 ページずつ使用できます。

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

プロパティ値

予約するローカル ヒープ領域のサイズ。

適用対象