Click or drag to resize

IOperatingSystemStaticInfoTotalVirtualMemory Property

Win32_OperatingSystem: TotalVirtualMemorySize: Number, in kilobytes, of virtual memory. For example, this may be calculated by adding the amount of total RAM to the amount of paging space, that is, adding the amount of memory in or aggregated by the computer system to the property, SizeStoredInPagingFiles.

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

Property Value

Type: Int64
The total virtual memory.
See Also