Assembly-Level Attributes : Attribute « Attribute « C# / CSharp Tutorial






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>








10.1.Attribute
10.1.1.Use Attributes to mark a method
10.1.2.Assembly-Level Attributes
10.1.3.Custom Attributes
10.1.4.Providing an Attribute Constructor
10.1.5.Retrieving a Specific Attribute and Checking Its Initialization
10.1.6.Saving a Document Using System.SerializableAttribute