C# Class Surge.Windows8.App

Inheritance: MvvmAppBase
Afficher le fichier Open project: alexhardwicke/Surge

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

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

public App ( ) : System
Résultat System

OnActivated() protected méthode

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
Résultat void

OnFileActivated() protected méthode

protected OnFileActivated ( FileActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.FileActivatedEventArgs
Résultat void

OnInitializeAsync() protected méthode

protected OnInitializeAsync ( IActivatedEventArgs args ) : System.Threading.Tasks.Task
args IActivatedEventArgs
Résultat System.Threading.Tasks.Task

OnLaunchApplicationAsync() protected méthode

protected OnLaunchApplicationAsync ( LaunchActivatedEventArgs args ) : System.Threading.Tasks.Task
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat System.Threading.Tasks.Task

Resolve() protected méthode

protected Resolve ( Type type ) : object
type System.Type
Résultat object