40    static 
xtd::
size get_free_process_memory() noexcept;
 
   48    static 
xtd::
size get_free_virtual_memory() noexcept;
 
   56    static 
xtd::
size get_total_physical_memory() noexcept;
 
   66    static 
xtd::
size get_total_process_memory() noexcept;
 
   75    static 
xtd::
size get_total_virtual_memory() noexcept;
 
   82    static 
xtd::
size get_used_physical_memory() noexcept;
 
   89    static 
xtd::
size get_used_process_memory() noexcept;
 
   96    static 
xtd::
size get_used_virtual_memory() noexcept;
 
Contains core_export_ keyword.
 
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
 
#define core_export_
Define shared library export.
Definition core_export.hpp:13
 
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Contains xtd::static_object class.
 
Contains xtd::drawing::size class.