Represents information about a processor, such as the architecture. This class cannot be inherited.
- Namespace
- xtd
- Library
- xtd.core
|
| processor (xtd::architecture_id architecture, bool is_64_bit, uint32_t core_count) |
|
xtd::architecture_id | architecture () const noexcept |
| Gets a xtd::platform_id enumeration value that identifies the operating system platform.
|
|
xtd::ustring | architecture_string () const noexcept |
|
uint32_t | core_count () const noexcept |
| Gets the number of processors on the current machine.
|
|
bool | is_64_bit () const noexcept |
| Determines whether the current operating system is a 64-bit operating system.
|
|
xtd::ustring | name () const noexcept |
| Gets the concatenated string representation of the platform identifier.
|
|
xtd::ustring | to_string () const noexcept |
| Converts the value of this processor object to its equivalent string representation.
|
|
| object ()=default |
| Create a new instance of the ultimate base class object.
|
|
virtual bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object.
|
|
virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type.
|
|
template<typename object_t > |
std::unique_ptr< object_t > | memberwise_clone () const |
| Gets the type of the current instance.
|
|
virtual xtd::ustring | to_string () const noexcept |
| Returns a std::string that represents the current object.
|
|