Interface IApp
Interface for an application.
Inherited Members
Namespace: Unity.AppUI .MVVM
Assembly: solution.dll
Syntax
public interface IApp : IDisposable
Methods
Initialize(IServiceProvider, IHost)
Called to initialize the application.
Declaration
void Initialize(IServiceProvider serviceProvider, IHost host)
Parameters
Type | Name | Description |
---|---|---|
IService |
serviceProvider | The service provider to use. |
IHost | host | The host to use. |
Shutdown()
Called to shutdown the application.
Declaration
void Shutdown()