IOperatingSystemDynamicInfo Properties |
The IOperatingSystemDynamicInfo type exposes the following members.
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.
|