C# Class HybridApp.WinUI.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: MauiWinUIApplication
Show file Open project: dotnet/MobileBlazorBindings

Public Methods

Method Description
App ( ) : Microsoft.UI.Xaml

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Protected Methods

Method Description
CreateMauiApp ( ) : MauiApp

Method Details

App() public method

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Microsoft.UI.Xaml
return Microsoft.UI.Xaml

CreateMauiApp() protected method

protected CreateMauiApp ( ) : MauiApp
return MauiApp