Click or drag to resize

IOperatingSystemStaticInfoTotalPhysicalMemory Property

Win32_OperatingSystem: TotalVisibleMemorySize: Total amount, in kilobytes, of physical memory available to the operating system. This value does not necessarily indicate the true amount of physical memory, but what is reported to the operating system as available to it.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
long TotalPhysicalMemory { get; set; }

Property Value

Type: Int64
The total physical memory.
See Also