58 string name() const noexcept;
object()=default
Create a new instance of the ultimate base class object.
bool is_shared_library() const noexcept
Gets target id is shared library.
bool is_console_application() const noexcept
Gets target id is console application.
bool is_static_library() const noexcept
Gets target id is static library.
bool is_guid_application() const noexcept
Gets target id is gui application.
bool is_test_application() const noexcept
Gets target id is test application.
xtd::target_id target_id() const noexcept
Gets target id value.
string to_string() const noexcept override
Returns a xtd::string that represents the current object.
target_type(xtd::target_id target_id)
Initialise a new xtd::target_type class.
string name() const noexcept
Gets target id name.
xtd::size get_hash_code() const noexcept override
Serves as a hash function for a particular type.
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
target_id
Identifies the target, supported by an assembly.
Definition target_id.hpp:17
@ unknown
The processor architecture is unknown.
Definition architecture_id.hpp:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::object class.
Contains xtd::target_id enum class.