C# 클래스 HybridApp.WinUI.App

Provides application-specific behavior to supplement the default Application class.
상속: MauiWinUIApplication
파일 보기 프로젝트 열기: dotnet/MobileBlazorBindings

공개 메소드들

메소드 설명
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().

보호된 메소드들

메소드 설명
CreateMauiApp ( ) : MauiApp

메소드 상세

App() 공개 메소드

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
리턴 Microsoft.UI.Xaml

CreateMauiApp() 보호된 메소드

protected CreateMauiApp ( ) : MauiApp
리턴 MauiApp