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.
Methods
GetIcon(IconResource)
Returns an Icon from the resources.
public Icon? GetIcon(IconResource icon)
| Parameter | Type | Description |
|---|---|---|
| icon | IconResource | The type of the icon resource to get. |
Returns
GetIconAsImage(IconResource)
Returns an Image from the resources.
public Image? GetIconAsImage(IconResource icon)
| Parameter | Type | Description |
|---|---|---|
| icon | IconResource | The type of the icon resource to get. |
Returns
Inherited Members
- UIAssemblyInfoBase.ValidateLicense(object)
- UIAssemblyInfoBase.GetCursor(string)
- UIAssemblyInfoBase.GetIcon(string)
- UIAssemblyInfoBase.GetImage(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()