Click or drag to resize

OperatingSystemDynamicInfoFreePhysicalMemory Property

Win32_OperatingSystem: Number, in kilobytes, of physical memory currently unused and available.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long FreePhysicalMemory { get; set; }

Property Value

Type: Int64
The free physical memory.

Implements

IOperatingSystemDynamicInfoFreePhysicalMemory
See Also