Click or drag to resize

OperatingSystemDynamicInfoFreeSpaceInPagingFiles Property

Win32_OperatingSystem: Number, in kilobytes, that can be mapped into the operating system paging files without causing any other pages to be swapped out.

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

Property Value

Type: Int64
The free space in paging files.

Implements

IOperatingSystemDynamicInfoFreeSpaceInPagingFiles
See Also