Share via


AppMemoryReport.TotalCommitLimit 属性

定义

获取应用的专用和共享提交的总上限。

public:
 property unsigned long long TotalCommitLimit { unsigned long long get(); };
uint64_t TotalCommitLimit();
public ulong TotalCommitLimit { get; }
var uInt64 = appMemoryReport.totalCommitLimit;
Public ReadOnly Property TotalCommitLimit As ULong

属性值

UInt64

unsigned long long

uint64_t

应用对私有和共享提交的总使用量。

适用于