Constructors
Methods
-
After
Setup(Action<`0>) -
Before
Starting(Action<`0>) Registers a callback to call before Start is called on the Application. - Configure(Application) static Begin configuring an Application.
- Configure``1() static Begin configuring an Application.
-
Set
Exit Sets the shutdown mode of the application.Mode(Exit Mode) -
Setup
Without Sets up the platform-specific services for the application, but does not run it.Starting() -
Start(App
Main Delegate<`0>, String[]) - Start``1(Func<Object>) Starts the application with an instance of TMainWindow.
-
Start``1(``0,
Func<Object>) Starts the application with the provided instance of TMainWindow. -
Use
Avalonia Modules() -
Use
Rendering Specifies a rendering subsystem to use.Subsystem(Action, String) -
Use
Rendering Specifies a rendering subsystem to use.Subsystem(String) -
Use
Windowing Specifies a windowing subsystem to use.Subsystem(Action, String) -
Use
Windowing Specifies a windowing subsystem to use.Subsystem(String) - With``1(Func<``0>) Configures platform-specific options
- With``1(``0) Configures platform-specific options
Properties
-
After
Setup Gets or sets a method to call after the Application is setup.Callback -
Before
Start Gets or sets a method to call before Start is called on the Application.Callback -
Check
Setup protectedvirtual - Instance Gets or sets the Application instance being initialized.
-
Rendering
Subsystem Gets or sets a method to call the initialize the windowing subsystem.Initializer -
Rendering
Subsystem Gets the name of the currently selected rendering subsystem.Name -
Runtime
Platform Gets or sets the IRuntimePlatform instance. -
Runtime
Platform Gets or sets a method to call the initialize the runtime platform services (e. g. AssetLoader)Services Initializer - Self protected
-
Windowing
Subsystem Gets or sets a method to call the initialize the windowing subsystem.Initializer -
Windowing
Subsystem Gets the name of the currently selected windowing subsystem.Name