Class AppBuilder
A builder to create an App instance with required services.
Inherited Members
Namespace: Unity.AppUI.MVVM
Assembly: solution.dll
Syntax
public class AppBuilder
  Properties
| Name | Description | 
|---|---|
| services | The services of the application.  | 
      
Methods
| Name | Description | 
|---|---|
| BuildWith(IHost) | Build and initialize the app with the given host.  | 
      
| InstantiateWith<T>() | Instantiates a new AppBuilder with the default services according to the given App type.  |