MemoryStatus Properties |
The MemoryStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailablePhysicalMemory |
Gets the amount of available physical memory.
| |
| AvailableSwap |
Gets the amount of swap space available.
| |
| BufferedMemory |
Gets the amount of memory that is used as buffers. This value is not available on Windows.
| |
| CachedMemory |
Gets the amount of memory that is used as cache. This value is not available on Windows.
| |
| TotalPhysicalMemory |
Gets the total size of the physical memory.
| |
| TotalSwap |
Gets the total size of the swap space.
|