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 AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo AssemblyInfo

Constructors

UIAssemblyInfoBase()

Initializes an instance of the class.

protected UIAssemblyInfoBase()

Methods

GetImage(string)

Gets an Image from the resources.

public Image GetImage(string name)
Parameter Type Description
name string

The name of the resource to get.

Returns

Image

GetImageSource(string)

Gets an ImageSource from the resources.

public ImageSource? GetImageSource(string name)
Parameter Type Description
name string

The name of the resource to get.

Returns

ImageSource

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