In This Article

ActiproAppBuilderExtensions Class

Provides extension methods for the Avalonia.AppBuilder type.

public static class ActiproAppBuilderExtensions
Inheritance:
object object

Methods

RegisterActiproLicense(AppBuilder, string, string)

Registers a licensee and license key combination for Actipro Software components.

public static AppBuilder RegisterActiproLicense(this AppBuilder appBuilder, string licensee, string licenseKey)
Parameter Type Description
appBuilder AppBuilder

The Avalonia.AppBuilder.

licensee string

The name of the licensee, which is generally a company name.

licenseKey string

The license key.

Returns

AppBuilder:

The Avalonia.AppBuilder passed in appBuilder.

Inherited Members