SystemMemoryUsageReport.TotalPhysicalSizeInBytes Property

Definition

Get the total amount of physical memory for the system.

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

Property Value

UInt64

unsigned long long

uint64_t

The total amount of physical memory for the system.

Applies to