4 #include "../attribute.h" 43 const ustring& company()
const noexcept;
47 std::shared_ptr<object> get_type_id()
const noexcept
override;
56 std::shared_ptr<xtd::reflection::assembly_company_attribute>& __assembly_company_attribute__();
72 #define assembly_company_(company) \ 73 xtd::reflection::assembly_company_attribute __assembly_company_attribute {company, 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 company name custom attribute for an assembly manifest.
Definition: assembly_company_attribute.h:23