Represents information about the memory. This class is static.
Public Static Methods | |
static xtd::size | get_free_physical_memory () noexcept |
Gets the the free physical memory in bytes. | |
static xtd::size | get_free_process_memory () noexcept |
Gets the the free process memory in bytes. | |
static xtd::size | get_free_virtual_memory () noexcept |
Gets the the free virtual memory in bytes. | |
static xtd::size | get_total_physical_memory () noexcept |
Gets the the total physical memory in bytes. | |
static xtd::size | get_total_process_memory () noexcept |
Gets the the total physical memory in bytes. | |
static xtd::size | get_total_virtual_memory () noexcept |
Gets the the total virtual memory in bytes. | |
static xtd::size | get_used_physical_memory () noexcept |
Gets the the used physical memory information in bytes. | |
static xtd::size | get_used_process_memory () noexcept |
Gets the the used physical memory in bytes. | |
static xtd::size | get_used_virtual_memory () noexcept |
Gets the the used virtual memory in bytes. | |
|
staticnoexcept |
Gets the the free physical memory in bytes.
|
staticnoexcept |
Gets the the free process memory in bytes.
|
staticnoexcept |
Gets the the free virtual memory in bytes.
|
staticnoexcept |
Gets the the total physical memory in bytes.
|
staticnoexcept |
Gets the the total physical memory in bytes.
|
staticnoexcept |
Gets the the total virtual memory in bytes.
|
staticnoexcept |
Gets the the used physical memory information in bytes.
|
staticnoexcept |
Gets the the used physical memory in bytes.
|
staticnoexcept |
Gets the the used virtual memory in bytes.