AppBuilder Class

Summary

Initializes platform-specific services for an Application.
Namespace
Avalonia
Base Types
graph BT Type-->Base0["AppBuilderBase<AppBuilder>"] Base0-->Base1["object"] Type["AppBuilder"] class Type type-node

Syntax

public sealed class AppBuilder : AppBuilderBase<AppBuilder>

Constructors

Name Summary
AppBuilder() Initializes a new instance of the AppBuilder class.

Methods

Name Value Summary
UseSubsystemsFromStartupDirectory() AppBuilder
Instructs the AppBuilder to use the best settings for the platform.

Extension Methods