Click or drag to resize

OperatingSystemStaticInfoTotalPhysicalMemory 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
[DataMemberAttribute]
public long TotalPhysicalMemory { get; set; }

Property Value

Type: Int64
The total physical memory.

Implements

IOperatingSystemStaticInfoTotalPhysicalMemory
See Also