xtd 0.2.0
Loading...
Searching...
No Matches

◆ full_class_name() [2/3]

template<typename object_t >
static ustring xtd::ustring::full_class_name ( const object_t &  object)
inlinestatic

Gets the fully qualified class name of the specified object, including the namespace of the specified object.

Returns
The fully qualified class name of the objec_t, including the namespace of the specified object.
Remarks
For example, the fully qualified name of the ustring type is xtd::ustring.
Deprecated:
Replaced by typeof_(object).full_name() - Will be removed in version 0.4.0