Skip to main content

Posts

Showing posts with the label Assembly Info

Assembly class and Attributes

Namespace: System.Reflection Assembly attributes provide additional information about an assembly. Typically these attributes are added to AssemblyInfo.cs class. Class Description AssemblyAlgorithmIdAttribute Specifies an algorithm to hash all files in an assembly. This class cannot be inherited. AssemblyCompanyAttribute Defines a company name custom attribute for an assembly manifest. AssemblyConfigurationAttribute Specifies the build configuration, such as retail or debug, for an assembly. AssemblyCopyrightAttribute Defines a copyright custom attribute for an assembly manifest. AssemblyCultureAttribute Specifies which culture the assembly supports. AssemblyDefaultAliasAttribute Defines a friendly default alias for an assembly manifest. AssemblyDelaySignAttribute Specifies that the assembly is not fully signed when created. AssemblyDescriptionAttri...