C# Class MonocleGiraffe.App

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

Public Methods

Method 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

Method Description
InitLibrary ( ) : Task

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.HockeyApp
return Microsoft.HockeyApp

OnStartAsync() public method

public OnStartAsync ( StartKind startKind, IActivatedEventArgs args ) : Task
startKind StartKind
args IActivatedEventArgs
return Task