Ui > Ui Assembly Interfaces > IMemoryStatus
The IMemoryStatus interface contains properties that are used to get information on the memory available in the operating system.
Property name | Brief description | |
![]() |
AvailablePageFile | The AvailablePageFile property returns size of an available swap file. |
![]() |
AvailablePhysicalMemory | The AvailablePhysicalMemory property returns size of free physical memory in bytes. |
![]() |
AvailableVirtualMemory | The AvailableVirtualMemory property returns size of free virtual memory in bytes. |
![]() |
MemoryLoad | The MemoryLoad property returns total memory load in percents. |
![]() |
TotalPageFile | The TotalPageFile property returns size of swap file in bytes. |
![]() |
TotalPhysicalMemory | The TotalPhysicalMemory property returns total size of physical memory in bytes. |
![]() |
TotalVirtualMemory | The TotalVirtualMemory property returns total size of virtual memory in bytes. |
See also: