Summary
Initializes platform-specific services for an
Application
.
- Namespace
- Avalonia
- Base Types
-
- object
- AppBuilderBase
<AppBuilder>
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 |
---|---|---|
Use |
AppBuilder |
Instructs the
AppBuilder to use the best settings for the platform.
|
Extension Methods
Name | Value | Summary |
---|---|---|
LogToDebug |
T |
From LoggingExtensions
|
LogToTrace |
T |
Logs Avalonia events to the
System.Diagnostics.Trace sink.
From LoggingExtensions
|
Start |
int | |
Start |
int | |
UseHeadless |
T | |
Use |
TAppBuilder | |
Use |
TAppBuilder | |
UsePlatformDetect |
TAppBuilder | |
UseReactiveUI |
TAppBuilder |
Initializes ReactiveUI framework to use with Avalonia. Registers Avalonia
scheduler, an activation for view fetcher, a template binding hook. Remember
to call this method if you are using ReactiveUI in your application.
From AppBuilderExtensions
|