Click or drag to resize

MemoryStatus Properties

The MemoryStatus type exposes the following members.

Properties
  NameDescription
Public propertyAvailablePhysicalMemory
Gets the amount of available physical memory.
Public propertyAvailableSwap
Gets the amount of swap space available.
Public propertyBufferedMemory
Gets the amount of memory that is used as buffers. This value is not available on Windows.
Public propertyCachedMemory
Gets the amount of memory that is used as cache. This value is not available on Windows.
Public propertyTotalPhysicalMemory
Gets the total size of the physical memory.
Public propertyTotalSwap
Gets the total size of the swap space.
Top
See Also