In This Article

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

Cursor

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

Icon

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

Image

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

Extension Methods