PEHeaderBuilder.SizeOfHeapReserve 属性
定义
要保留的本地堆空间的大小。The size of the local heap space to reserve. 仅提交 SizeOfHeapCommit;其余部分一次提供一页,直到达到保留大小。Only SizeOfHeapCommit is committed; the rest is made available one page at a time until the reserve size is reached.
public:
property System::UInt64 SizeOfHeapReserve { System::UInt64 get(); };
public ulong SizeOfHeapReserve { get; }
member this.SizeOfHeapReserve : uint64
Public ReadOnly Property SizeOfHeapReserve As ULong
属性值
一个数字,表示要保留的本地堆空间的大小。A number representing the size of the local heap space to reserve.