6#if !defined(__XTD_CORE_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
14#include <xtd/core_native_export>
23 class memory_information;
36 class core_native_export_
memory final {
Contains memory native API.
Definition memory.h:36
static size_t get_used_physical_memory()
Gets the used physical memory in bytes.
static size_t get_used_process_memory()
Gets the used process memory in bytes.
static size_t get_used_virtual_memory()
Gets the used virtual memory in bytes.
static size_t get_total_physical_memory()
Gets the total physical memory in bytes.
static size_t get_total_process_memory()
Gets the total process memory in bytes.
static size_t get_total_virtual_memory()
Gets the total virtual memory in bytes.
Contains constant special item ID list.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::environment_variable_target enum class.