SystemMemoryUsageReport.TotalPhysicalSizeInBytes 属性

定义

获取系统的物理内存总量。

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

属性值

UInt64

unsigned long long

uint64_t

系统的物理内存总量。

适用于