SystemMemoryUsageReport.TotalPhysicalSizeInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The total amount of physical memory for the system.