Share via


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

시스템의 커밋된 메모리 양입니다.

적용 대상