C# Class Surge.Windows8.App

Inheritance: MvvmAppBase
Datei anzeigen Open project: alexhardwicke/Surge

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnActivated ( IActivatedEventArgs args ) : void
OnFileActivated ( FileActivatedEventArgs args ) : void
OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
Resolve ( Type type ) : object

Method Details

App() public method

public App ( ) : System
return System

OnActivated() protected method

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
return void

OnFileActivated() protected method

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
return void

OnInitializeAsync() protected method

protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
return System.Threading.Tasks.Task

OnLaunchApplicationAsync() protected method

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return System.Threading.Tasks.Task

Resolve() protected method

protected Resolve ( Type type ) : object
type System.Type
return object