MemoryInformation Properties |
The MemoryInformation type exposes the following members.
Name | Description | |
---|---|---|
ActualFree |
Gets the number of bytes of free memory. This property counts purgeable operating system caches as free.
| |
ActualUsed |
Gets the number of bytes of used memory. This property counts purgeable operating system caches as free.
| |
Available |
Gets the number of bytes of RAM available to the system.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Free |
Gets the number of bytes of free memory. This property counts purgeable operating system caches as used.
| |
SwapFree |
Gets the number of bytes of free swap space.
| |
SwapPageIn |
Gets the number of pages swapped in.
| |
SwapPageOut |
Gets the number of pages swapped out.
| |
SwapTotal |
Gets the total number of bytes of swap space.
| |
SwapUsed |
Gets the number of bytes of used swap space.
| |
Total |
Gets the total number of bytes of memory.
| |
Used |
Gets the number of bytes of used memory. This property counts purgeable operating system caches as used.
|