次の方法で共有


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

システムの物理メモリの合計量。

適用対象