C# 클래스 MonocleGiraffe.App

Provides application-specific behavior to supplement the default Application class.
상속: Windows.UI.Xaml.Application
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

공개 메소드들

메소드 설명
App ( ) : Microsoft.HockeyApp

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().

OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : Task

비공개 메소드들

메소드 설명
InitLibrary ( ) : Task

메소드 상세

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

OnStartAsync() 공개 메소드

public OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : Task
startKind StartKind
args IActivatedEventArgs
리턴 Task