Aracılığıyla paylaş


MauiApp Class

Definition

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.

Applies to