Mega Code Archive

 
Categories / C# Tutorial / Attribute
 

Assembly-Level Attributes

Attribute                                      Meaning in Life AssemblyCompanyAttribute                       basic company information AssemblyCopyrightAttribute                     any copyright information AssemblyCultureAttribute                       information on cultures or languages AssemblyDescriptionAttribute                   a description of the product AssemblyKeyFileAttribute                       the name of the file containing the key pair AssemblyOperatingSystemAttribute               operating system AssemblyProcessorAttribute                     processors to support AssemblyProductAttribute                       Provides product information AssemblyTrademarkAttribute                     Provides trademark information AssemblyVersionAttribute                       assembly's version information, in the format <major.minor.build.revision>