MauiApp クラス

定義

登録されたサービスと構成データを含む .NET MAUI アプリケーション。

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
継承
MauiApp
実装

プロパティ

Configuration

アプリケーションの 構成 IConfiguration済み 。

Services

アプリケーションの構成済みサービス。

メソッド

CreateBuilder(Boolean)

省略可能な既定値を使用して、 クラスの MauiAppBuilder 新しいインスタンスを初期化します。

Dispose()

登録されたサービスと構成データを含む .NET MAUI アプリケーション。

DisposeAsync()

登録されたサービスと構成データを含む .NET MAUI アプリケーション。

適用対象