Click or drag to resize

OperatingSystemDynamicInfo Properties

The OperatingSystemDynamicInfo 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