C# Class Reign.Core.CoreWindowApplication

Inheritance: IFrameworkView, ApplicationI
Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
BuyAppCallback BuyAppCallbackMethod

Public Methods

Method Description
BuyInAppItem ( string appID ) : void
Close ( ) : void
Closing ( ) : void
HideCursor ( ) : void
InAppPurchased ( string appID ) : bool
Init ( ApplicationDesc desc ) : void
Initialize ( CoreApplicationView applicationView ) : void
IsTrial ( ) : bool
Load ( string entryPoint ) : void
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
Run ( ) : void
SetWindow ( CoreWindow window ) : void
ShowCursor ( ) : void
Shown ( ) : void
Uninitialize ( ) : void
Update ( Time time ) : void

Private Methods

Method Description
activated ( CoreApplicationView sender, Windows args ) : void
handleEvent ( ApplicationEvent theEvent ) : void
resuming ( object sender, object e ) : void
suspending ( object sender, Windows e ) : void
updateFrameSize ( Size2 size, bool isSnapped ) : void
visibilityChanged ( CoreWindow sender, VisibilityChangedEventArgs args ) : void

Method Details

BuyInAppItem() public method

public BuyInAppItem ( string appID ) : void
appID string
return void

Close() public method

public Close ( ) : void
return void

Closing() public method

public Closing ( ) : void
return void

HideCursor() public method

public HideCursor ( ) : void
return void

InAppPurchased() public method

public InAppPurchased ( string appID ) : bool
appID string
return bool

Init() public method

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

Initialize() public method

public Initialize ( CoreApplicationView applicationView ) : void
applicationView Windows.ApplicationModel.Core.CoreApplicationView
return void

IsTrial() public method

public IsTrial ( ) : bool
return bool

Load() public method

public Load ( string entryPoint ) : void
entryPoint string
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

Run() public method

public Run ( ) : void
return void

SetWindow() public method

public SetWindow ( CoreWindow window ) : void
window Windows.UI.Core.CoreWindow
return void

ShowCursor() public method

public ShowCursor ( ) : void
return void

Shown() public method

public Shown ( ) : void
return void

Uninitialize() public method

public Uninitialize ( ) : void
return void

Update() public method

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

Property Details

BuyAppCallback public property

public BuyAppCallbackMethod BuyAppCallback
return BuyAppCallbackMethod