58 string name() const noexcept;
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Represents information about target type, such as the target identifier. This class cannot be inherit...
Definition target_type.h:17
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.
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.
target_id
Identifies the target, supported by an assembly.
Definition target_id.h:49
@ unknown
The processor architecture is unknown.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::object class.
Contains xtd::target_id enum class.