C# Class MonocleGiraffe.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
InitLibrary ( ) : Task

Method Details

App() public méthode

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
Résultat Microsoft.HockeyApp

OnStartAsync() public méthode

public OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : Task
startKind StartKind
args IActivatedEventArgs
Résultat Task