Interface IApp
Interface for an application.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: solution.dll
Syntax
public interface IApp : IDisposable
Methods
| Name | Description |
|---|---|
| Initialize(IServiceProvider, IHost) | Called to initialize the application. |
| Shutdown() | Called to shutdown the application. |