Click or drag to resize

OperatingSystemDynamicInfo Class

Operating System Dynamic Information.

For more information see: Win32_OperatingSystem class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.OperatingSystemOperatingSystemDynamicInfo

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class OperatingSystemDynamicInfo : IOperatingSystemDynamicInfo

The OperatingSystemDynamicInfo type exposes the following members.

Constructors
  NameDescription
Public methodOperatingSystemDynamicInfo
Initializes a new instance of the OperatingSystemDynamicInfo class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also