Table of Contents

Class EntryAssemblyAttributes

Namespace
Acuit.Pinpoint.Common
Assembly
Acuit.Pinpoint.Common.dll

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

Gets the Copyright value from the AssemblyCopyrightAttribute, or null if the attribute does not exist.

public static string Copyright { get; }

Property Value

string

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

string

Description

Gets the Description value from the AssemblyDescriptionAttribute, or null if the attribute does not exist.

public static string Description { get; }

Property Value

string

FileVersion

Gets the Version value from the AssemblyFileVersionAttribute, or null if the attribute does not exist.

public static string FileVersion { get; }

Property Value

string

Version

Gets the product version for display.

public static string Version { get; }

Property Value

string