C# Class Geowigo.Models.WherigoModel

Provides facility methods to query the Wherigo engine model.
Show file Open project: WFoundation/WF.Player.WinPhone Class Usage Examples

Public Methods

Method Description
DeleteCartridgeAndContent ( CartridgeTag tag ) : void

Removes a cartridge from the store, and wipes all its related content, including cache, logs and savegames.

WherigoModel ( ) : System

Private Methods

Method Description
HardResetCore ( ) : void

When all hope died, as a last resort, this method kills the current Wherigo Core instance and replaces it with a new one.

As with all last resorts, potential side-effects are numerous and unpredictable.

OnSettingsPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

DeleteCartridgeAndContent() public method

Removes a cartridge from the store, and wipes all its related content, including cache, logs and savegames.
public DeleteCartridgeAndContent ( CartridgeTag tag ) : void
tag CartridgeTag
return void

WherigoModel() public method

public WherigoModel ( ) : System
return System