SystemMemoryUsageReport.CommittedSizeInBytes 属性

定义

获取系统的已提交内存量。

public:
 property unsigned long long CommittedSizeInBytes { unsigned long long get(); };
uint64_t CommittedSizeInBytes();
public ulong CommittedSizeInBytes { get; }
var uInt64 = systemMemoryUsageReport.committedSizeInBytes;
Public ReadOnly Property CommittedSizeInBytes As ULong

属性值

UInt64

unsigned long long

uint64_t

系统的已提交内存量。

适用于