AssemblyInfoBase Class
An abstract base class for retrieving information about a product assembly.
public abstract class AssemblyInfoBase
- Inheritance:
- object object
- Derived:
- AssemblyInfo UIAssemblyInfoBase
Constructors
AssemblyInfoBase()
Initializes an instance of the class.
protected AssemblyInfoBase()
Properties
Assembly
The Assembly described by this class.
Copyright
The assembly's copyright metadata.
CopyrightDisplayText
The assembly's copyright metadata formatted for display.
Description
The assembly's description metadata.
InformationalVersion
The assembly's informational version.
InformationalVersionText
The assembly InformationalVersion, formatted as a string.
IsPrerelease
Indicates whether this is a prerelease version.
Product
The assembly's product name metadata.
ProductId
The assembly's product ID.
Title
The assembly's title metadata.
UIFramework
The UI framework targeted by the assembly.
Version
A Version indicating the assembly's file version.
VersionText
The assembly Version, formatted as a string.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()