Enum AssemblyAttributeHelpers.AttributeFriendlyName
This enumeration maps strings developed for the original, and used publicly as keys for a NameValueCollection of selected Assembly Attributes, to safe, fast integers, which serve as the input of static method GetStartupAssemblyVersionInfo.
Namespace: WizardWrx.AssemblyUtils
Assembly: WizardWrx.AssemblyUtils.dll
Syntax
public enum AttributeFriendlyName : int
Fields
| Name | Description |
|---|---|
| Company | This maps to the Company (long name AssemblyCompanyAttribute). |
| Copyright | This maps to the Copyright (long name AssemblyCopyrightAttribute). |
| Culture | This maps to the Culture (long name AssemblyCultureAttribute). |
| Description | This maps to the Description (long name AssemblyDescriptionAttribute). |
| FileVersion | This maps to the FileVersion (long name AssemblyFileVersionAttribute). |
| GUID | This maps to the System.Runtime.InteropServices.GuidAttribute attribute. |
| Product | This maps to the Product (long name AssemblyProductAttribute). |
| Title | This maps to the Title (long name AssemblyTitleAttribute). |
| Trademark | This maps to the TradeMark (long name AssemblyTrademarkAttribute). |
| Version | This maps to the Version (long name AssemblyVersionAttribute). |