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.
Description
The assembly's copyright metadata.
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()