Click or drag to resize

IOperatingSystemDynamicInfoSizeStoredInPagingFiles Property

Win32_OperatingSystem: Total number of kilobytes that can be stored in the operating system paging files. 0 (zero) indicates that there are no paging files.

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

Property Value

Type: Int64
The size stored in paging files.
See Also