Tôi muốn biết liệu tôi có thể xác định các thuộc tính lắp ráp tùy chỉnh hay không. thuộc tính hiện tại được định nghĩa theo cách sau:Thuộc tính hội họp tùy chỉnh
[assembly: AssemblyTitle("MyApplication")]
[assembly: AssemblyDescription("This application is a sample application.")]
[assembly: AssemblyCopyright("Copyright © MyCompany 2009")]
Có cách nào tôi có thể làm như sau:
[assembly: MyCustomAssemblyAttribute("Hello World! This is a custom attribute.")]