4 #include "../attribute.h" 39 const ustring& trademark()
const noexcept;
43 std::shared_ptr<object> get_type_id()
const noexcept
override;
52 std::shared_ptr<xtd::reflection::assembly_trademark_attribute>& __assembly_trademark_attribute__();
68 #define assembly_trademark_(trademark) \ 69 xtd::reflection::assembly_trademark_attribute __assembly_trademark_attribute {trademark, 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
Defines a trademark custom attribute for an assembly manifest.
Definition: assembly_trademark_attribute.h:23