AssemblyInfo Class
Retrieves information about the assembly.
public sealed class AssemblyInfo : UIAssemblyInfoBase
- Inheritance:
- object AssemblyInfoBase UIAssemblyInfoBase object
Properties
ActiproIconImageSource
Gets the ImageSource for the Actipro logo icon.
public static ImageSource? ActiproIconImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the Actipro logo icon.
ActiproLogo48ImageSource
Gets the ImageSource for the 48x48 Actipro logo icon.
public static ImageSource? ActiproLogo48ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 48x48 Actipro logo.
Error16ImageSource
Gets the ImageSource for the 16x16 error icon.
public static ImageSource? Error16ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 16x16 error icon.
Error32ImageSource
Gets the ImageSource for the 32x32 error icon.
public static ImageSource? Error32ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 32x32 error icon.
ErrorImageSource
Gets the ImageSource for the error icon.
[Obsolete("Use Error32ImageSource instead.")]
public static ImageSource? ErrorImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the error icon.
Information16ImageSource
Gets the ImageSource for the 16x16 information icon.
public static ImageSource? Information16ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 16x16 information icon.
Information32ImageSource
Gets the ImageSource for the 32x32 information icon.
public static ImageSource? Information32ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 32x32 information icon.
InformationImageSource
Gets the ImageSource for the information icon.
[Obsolete("Use Information32ImageSource instead.")]
public static ImageSource? InformationImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the information icon.
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.
Question32ImageSource
Gets the ImageSource for the 32x32 question icon.
public static ImageSource? Question32ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 32x32 question icon.
QuestionImageSource
Gets the ImageSource for the question icon.
[Obsolete("Use Question32ImageSource instead.")]
public static ImageSource? QuestionImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the question icon.
Success16ImageSource
Gets the ImageSource for the 16x16 success icon.
public static ImageSource? Success16ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 16x16 success icon.
ThemesLogoImageSource
Gets the ImageSource for the themes logo.
public static ImageSource? ThemesLogoImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the themes logo.
Warning16ImageSource
Gets the ImageSource for the 16x16 warning icon.
public static ImageSource? Warning16ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 16x16 warning icon.
Warning32ImageSource
Gets the ImageSource for the 32x32 warning icon.
public static ImageSource? Warning32ImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the 32x32 warning icon.
WarningImageSource
Gets the ImageSource for the warning icon.
[Obsolete("Use Warning32ImageSource instead.")]
public static ImageSource? WarningImageSource { get; }
Property Value
- ImageSource:
The ImageSource for the warning icon.
Methods
GetImage(ImageResource)
Gets an Image from the resources.
public Image GetImage(ImageResource image)
| Parameter | Type | Description |
|---|---|---|
| image | ImageResource | The type of the image resource to get. |
Returns
GetImageSource(ImageResource)
Gets an ImageSource from the resources.
public ImageSource? GetImageSource(ImageResource image)
| Parameter | Type | Description |
|---|---|---|
| image | ImageResource | The type of the image resource to get. |
Returns
- ImageSource:
The ImageSource resource that was retrieved.
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()