AssemblyInfo Class
Retrieves information about the assembly.
public sealed class AssemblyInfo : UIAssemblyInfoBase
- Inheritance:
- object AssemblyInfoBase UIAssemblyInfoBase object
Properties
Instance
The instance of the AssemblyInfo class for this assembly.
ProductId
The assembly's product ID.
ProductLogoImageSource
Gets the ImageSource for the product logo.
public static ImageSource? ProductLogoImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the product logo.
Inherited Members
- UIAssemblyInfoBase.ValidateLicense(object)
- UIAssemblyInfoBase.GetImage(string)
- UIAssemblyInfoBase.GetImageSource(string)
- AssemblyInfoBase.Assembly
- AssemblyInfoBase.Copyright
- AssemblyInfoBase.CopyrightDisplayText
- AssemblyInfoBase.Description
- AssemblyInfoBase.InformationalVersion
- AssemblyInfoBase.InformationalVersionText
- AssemblyInfoBase.IsPrerelease
- AssemblyInfoBase.Product
- AssemblyInfoBase.Title
- AssemblyInfoBase.UIFramework
- AssemblyInfoBase.Version
- AssemblyInfoBase.VersionText
- object.GetType()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()