OperatingSystemDynamicInfo Class |
Namespace: Xcalibur.Models.OperatingSystem
The OperatingSystemDynamicInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | OperatingSystemDynamicInfo | Initializes a new instance of the OperatingSystemDynamicInfo class |
Name | Description | |
---|---|---|
![]() | FreePhysicalMemory |
Win32_OperatingSystem: Number, in kilobytes, of physical memory
currently unused and available.
|
![]() | FreeSpaceInPagingFiles |
Win32_OperatingSystem: Number, in kilobytes, that can be mapped
into the operating system paging files without causing any other pages to be swapped
out.
|
![]() | FreeVirtualMemory |
Win32_OperatingSystem: Number, in kilobytes, of virtual memory
currently unused and available.
|
![]() | NumberOfProcesses |
Win32_OperatingSystem: Number of process contexts currently loaded
or running on the operating system.
|
![]() | SizeStoredInPagingFiles |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |