C# Class Reign.Core.XAMLApplication

Inheritance: System.Windows.Application, ApplicationI
显示文件 Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

Closing() public method

public Closing ( ) : void
return void

HideCursor() public method

public HideCursor ( ) : void
return void

Init() public method

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
return void

Pause() public method

public Pause ( ) : void
return void

Render() public method

public Render ( Time time ) : void
time Time
return void

Resume() public method

public Resume ( ) : void
return void

ShowCursor() public method

public ShowCursor ( ) : void
return void

Shown() public method

public Shown ( ) : void
return void

Update() public method

public Update ( Time time ) : void
time Time
return void