Click or drag to resize

IMemoryUsageInfo Properties

The IMemoryUsageInfo type exposes the following members.

Properties
  NameDescription
Public propertyAvailableBytes
Win32_PerfFormattedData_PerfOS_Memory: AvailableBytes: Amount of physical memory in bytes available to processes running on the computer.
Public propertyCacheBytes
Win32_PerfFormattedData_PerfOS_Memory: CacheBytes: Number of bytes currently being used by the file system cache.
Public propertyCacheBytesPeak
Win32_PerfFormattedData_PerfOS_Memory: CacheBytesPeak: Maximum number of CacheBytes after the system was last restarted.
Public propertyCommitLimit
Win32_PerfFormattedData_PerfOS_Memory: CommitLimit: Amount of virtual memory, in bytes, that can be committed without having to extend the paging files. Committed memory is physical memory for which space has been reserved on the disk paging files.
Public propertyCommittedBytes
Win32_PerfFormattedData_PerfOS_Memory: CommittedBytes: Amount of committed virtual memory, in bytes. Committed memory is physical memory for which space has been reserved on the disk paging file in case it must be written back to disk.
Public propertyPoolNonpagedBytes
Win32_PerfFormattedData_PerfOS_Memory: PoolNonpagedBytes: Number of bytes in the nonpaged pool, an area of system memory (physical memory used by the operating system) for objects that cannot be written to disk, but must remain in physical memory as long as they are allocated.
Public propertyPoolPagedBytes
The current amount of virtual memory allocated within the system's pool of pageable virtual memory.
Public propertyPoolPagedResidentBytes
The current number of pages within the "PoolPagedBytes" that are resident in physical memory.
Public propertySystemCacheResidentBytes
Win32_PerfFormattedData_PerfOS_Memory: SystemCacheResidentBytes: Number of bytes of pageable operating system code in the file system cache.
Public propertySystemCodeResidentBytes
Win32_PerfFormattedData_PerfOS_Memory: SystemCodeResidentBytes: Number of bytes of operating system code currently in physical memory that can be written to disk when not in use.
Public propertySystemCodeTotalBytes
Win32_PerfFormattedData_PerfOS_Memory: SystemCodeTotalBytes: Number of bytes of pageable operating system code currently in virtual memory.
Public propertySystemDriverResidentBytes
Win32_PerfFormattedData_PerfOS_Memory: SystemDriverResidentBytes: Number of bytes of pageable physical memory being used by device drivers. It is the working set, the physical memory area, of the drivers.
Public propertySystemDriverTotalBytes
Win32_PerfFormattedData_PerfOS_Memory: SystemDriverTotalBytes: Number of bytes of pageable virtual memory currently being used by device drivers. Pageable memory can be written to disk when it is not being used.
Public propertyTimestampSys100Ns
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS: Timestamp value in 100 nanosecond units.
Top
See Also