Click or drag to resize

IOperatingSystemDynamicInfo Interface

Operating System Dynamic Information - interface.

For more information see: Win32_OperatingSystem class

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IOperatingSystemDynamicInfo

The IOperatingSystemDynamicInfo type exposes the following members.

Properties
  NameDescription
Public propertyFreePhysicalMemory
Win32_OperatingSystem: Number, in kilobytes, of physical memory currently unused and available.
Public propertyFreeSpaceInPagingFiles
Win32_OperatingSystem: Number, in kilobytes, that can be mapped into the operating system paging files without causing any other pages to be swapped out.
Public propertyFreeVirtualMemory
Win32_OperatingSystem: Number, in kilobytes, of virtual memory currently unused and available.
Public propertyNumberOfProcesses
Win32_OperatingSystem: Number of process contexts currently loaded or running on the operating system.
Public propertySizeStoredInPagingFiles
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.
Top
See Also