71    bool is_64_bit_ = false;
 
   73    mutable 
xtd::
string architecture_string_;
 
Contains xtd::architecture_id enum class.
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:42
 
Represents information about a processor, such as the architecture. This class cannot be inherited.
Definition processor.hpp:19
 
processor(xtd::architecture_id architecture, bool is_64_bit, uint32 core_count)
Initialise a new instance oof xtd::processor class.
 
xtd::architecture_id architecture() const noexcept
Gets a xtd::platform_id enumeration value that identifies the operating system platform.
 
uint32 core_count() const noexcept
Gets the number of processors on the current machine.
 
xtd::string architecture_string() const noexcept
Gets architecture string.
 
xtd::string name() const noexcept
Gets the concatenated string representation of the platform identifier.
 
xtd::string to_string() const noexcept override
Converts the value of this processor object to its equivalent string representation.
 
bool is_64_bit() const noexcept
Determines whether the current operating system is a 64-bit operating system.
 
uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.hpp:23
 
architecture_id
Identifies the processor architecture, supported by an assembly.
Definition architecture_id.hpp:20
 
@ unknown
The processor architecture is unknown.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Contains xtd::object class.
 
Contains xtd::string alias.