Share via


SystemMemoryUsageReport.AvailableSizeInBytes 속성

정의

사용 가능한 시스템 메모리 양(바이트)을 가져옵니다.

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

속성 값

UInt64

unsigned long long

uint64_t

사용 가능한 시스템 메모리 양(바이트)입니다.

적용 대상