Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.
Friends | |
template<typename type_t > | |
type_object | xtd::__s__::__typeof_ () noexcept |
template<typename type_t > | |
type_object | xtd::__s__::__typeof_ (const type_t &value) noexcept |
type_object | xtd::__s__::__typeof_ (const xtd::type &value) noexcept |
xtd::ustring | full_name () const noexcept |
Gets the fully qualified name of the type_object, including the namespace of the type_object. More... | |
xtd::ustring | name () const noexcept |
Gets the name of the type_object. More... | |
xtd::ustring | namespace_ () const noexcept |
Gets the namespace of the type_object. More... | |
bool | equals (const type_object &type) const noexcept override |
xtd::ustring | to_string () const noexcept override |
Returns a sxd::ustring that represents the current object. More... | |
Additional Inherited Members | |
![]() | |
object ()=default | |
Create a new instance of the ultimate base class object. More... | |
bool | equals (const object &obj) const noexcept |
Determines whether the specified object is equal to the current object. More... | |
virtual size_t | get_hash_code () const noexcept |
Serves as a hash function for a particular type. More... | |
virtual type_object | get_type () const noexcept |
Gets the type of the current instance. More... | |
template<typename object_t > | |
std::unique_ptr< object_t > | memberwise_clone () const noexcept |
Creates a shallow copy of the current object. More... | |
![]() | |
![]() | |
static bool | equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are considered equal. More... | |
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are the same instance. More... | |
|
overridevirtualnoexcept |
Implements xtd::iequatable< type_object >.
|
noexcept |
Gets the fully qualified name of the type_object, including the namespace of the type_object.
|
noexcept |
Gets the name of the type_object.
|
noexcept |
Gets the namespace of the type_object.
|
overridevirtualnoexcept |
Returns a sxd::ustring that represents the current object.
Reimplemented from xtd::object.