<< Click to Display Table of Contents >>
MemoryStatus
This class provides member variables to get the information about the system's memory.
Member Variables
TotalMemory
public long TotalMemory
The total memory of server VM.
FreeMemory
public long FreeMemory
The free memory of server VM.
FreeMemoryPercentage
public long FreeMemoryPercentage
The free memory percent of server VM.
UseMemory
public long UseMemory
The used memory of server VM.