Interface IApp
Interface for an application.
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
public interface IApp : IDisposable, IInitializableComponent
Properties
services
The available services.
Declaration
IServiceProvider services { get; }
Property Value
Type | Description |
---|---|
IServiceProvider |
Methods
Shutdown()
Called to shutdown the application.
Declaration
void Shutdown()