MauiApp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A .NET MAUI application with registered services and configuration data.
public ref class MauiApp sealed : IAsyncDisposable, IDisposable
public sealed class MauiApp : IAsyncDisposable, IDisposable
type MauiApp = class
interface IDisposable
interface IAsyncDisposable
Public NotInheritable Class MauiApp
Implements IAsyncDisposable, IDisposable
- Inheritance
-
MauiApp
- Implements
Properties
Configuration |
The application's configured IConfiguration. |
Services |
The application's configured services. |
Methods
CreateBuilder(Boolean) |
Initializes a new instance of the MauiAppBuilder class with optional defaults. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
DisposeAsync() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |