UIAssemblyInfoBase Class
An abstract base class for retrieving information about a UI product assembly.
public abstract class UIAssemblyInfoBase : AssemblyInfoBase
- Inheritance:
- object AssemblyInfoBase object
- Derived:
- AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo
Constructors
UIAssemblyInfoBase()
Initializes an instance of the class.
protected UIAssemblyInfoBase()
Methods
GetCursor(string)
Returns a Cursor from the resources.
public Cursor? GetCursor(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the resource to get. |
Returns
GetIcon(string)
Returns an Icon from the resources.
public Icon? GetIcon(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the resource to get. |
Returns
GetImage(string)
Returns an Image from the resources.
public Image? GetImage(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the resource to get. |
Returns
ValidateLicense(object?)
Validates that a component in this assembly is licensed.
public ActiproLicenseKind ValidateLicense(object? componentInstance = null)
| Parameter | Type | Description |
|---|---|---|
| componentInstance | object | The instance of the component performing a license check. |
Returns
- ActiproLicenseKind:
A ActiproLicenseKind that indicates the kind of license.
Inherited Members
- AssemblyInfoBase.Assembly
- AssemblyInfoBase.Copyright
- AssemblyInfoBase.CopyrightDisplayText
- AssemblyInfoBase.Description
- AssemblyInfoBase.InformationalVersion
- AssemblyInfoBase.InformationalVersionText
- AssemblyInfoBase.IsPrerelease
- AssemblyInfoBase.Product
- AssemblyInfoBase.ProductId
- AssemblyInfoBase.Title
- AssemblyInfoBase.UIFramework
- AssemblyInfoBase.Version
- AssemblyInfoBase.VersionText
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()