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

◆ full_class_name() [3/3]

static ustring xtd::ustring::full_class_name ( const std::type_info &  info)
static

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_(info).full_name() - Will be removed in version 0.4.0