Class App
A base class to implement an App instance using UI Toolkit.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: solution.dll
Syntax
public class App : IUIToolkitApp, IApp, IDisposable
Properties
| Name | Description |
|---|---|
| current | The current App instance. |
| hosts | The hosts of the application. |
| mainPage | The main page of the application. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes the current App instance. |
| Dispose(bool) | Disposes the current App instance. |
| ~App() | Destructor. |
| Initialize(IServiceProvider, IHost) | Initializes the current App instance. |
| Shutdown() | Called to shutdown the application. |
Events
| Name | Description |
|---|---|
| shuttingDown | Event called when the application is shutting down. |