C# 클래스 Reign.Core.XAMLApplication

상속: System.Windows.Application, ApplicationI
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Closing ( ) : void
HideCursor ( ) : void
Init ( ApplicationDesc desc ) : void
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
ShowCursor ( ) : void
Shown ( ) : void
Update ( Time time ) : void

비공개 메소드들

메소드 설명
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
CheckForResetNavigation ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ClearBackStackAfterReset ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
XAMLApplication_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Closing() 공개 메소드

public Closing ( ) : void
리턴 void

HideCursor() 공개 메소드

public HideCursor ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Render() 공개 메소드

public Render ( Time time ) : void
time Time
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

ShowCursor() 공개 메소드

public ShowCursor ( ) : void
리턴 void

Shown() 공개 메소드

public Shown ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Time time ) : void
time Time
리턴 void