Class EntryAssemblyAttributes
A helper class for accessing assembly attributes for the entry assembly.
[Obsolete("This is deprecated and will be removed in a future version; Acuit.Pinpoint.Common.AssemblyAttributes.Entry should be used instead.")]
public static class EntryAssemblyAttributes
- Inheritance
-
EntryAssemblyAttributes
- Inherited Members
Properties
Copyright
Gets the Copyright value from the AssemblyCopyrightAttribute, or null if the attribute does not exist.
public static string Copyright { get; }
Property Value
CopyrightForConsole
Gets the Copyright value from the AssemblyCopyrightAttribute, formatted for display to the console (copyright symbols changed to "(c)"), or null if the attribute does not exist.
public static string CopyrightForConsole { get; }
Property Value
Description
Gets the Description value from the AssemblyDescriptionAttribute, or null if the attribute does not exist.
public static string Description { get; }
Property Value
FileVersion
Gets the Version value from the AssemblyFileVersionAttribute, or null if the attribute does not exist.
public static string FileVersion { get; }
Property Value
Version
Gets the product version for display.
public static string Version { get; }