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

可用系统内存量(以字节为单位)。

适用于