4 #include "../attribute.h" 40 const ustring& name()
const noexcept;
44 std::shared_ptr<object> get_type_id()
const noexcept
override;
53 std::shared_ptr<xtd::reflection::assembly_name_attribute>& __assembly_name_attribute__();
69 #define assembly_name_(name) \ 70 xtd::reflection::assembly_name_attribute __assembly_name_attribute {name, 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
Specifies a name for an assembly.
Definition: assembly_name_attribute.h:23