4 #include "../core_export.h" 5 #include "../attribute.h" 10 namespace reflection {
44 const ustring& description()
const noexcept;
48 std::shared_ptr<object> get_type_id()
const noexcept
override;
57 std::shared_ptr<xtd::reflection::assembly_description_attribute>& __assembly_description_attribute__();
73 #define assembly_description_(description) \ 74 xtd::reflection::assembly_description_attribute __assembly_description_attribute {description, xtd::object()} Represents the base class for custom attributes.
Definition: attribute.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Provides a text description for an assembly.
Definition: assembly_description_attribute.h:25