C# 클래스 Surge.Windows8.App

상속: MvvmAppBase
파일 보기 프로젝트 열기: alexhardwicke/Surge

공개 메소드들

메소드 설명
App ( ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

OnActivated() 보호된 메소드

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
리턴 void

OnFileActivated() 보호된 메소드

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

OnInitializeAsync() 보호된 메소드

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

OnLaunchApplicationAsync() 보호된 메소드

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

Resolve() 보호된 메소드

protected Resolve ( Type type ) : object
type System.Type
리턴 object