C# Класс Geowigo.Models.WherigoModel

Provides facility methods to query the Wherigo engine model.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteCartridgeAndContent ( CartridgeTag tag ) : void

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

WherigoModel ( ) : System

Приватные методы

Метод Описание
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

Описание методов

DeleteCartridgeAndContent() публичный Метод

Removes a cartridge from the store, and wipes all its related content, including cache, logs and savegames.
public DeleteCartridgeAndContent ( CartridgeTag tag ) : void
tag CartridgeTag
Результат void

WherigoModel() публичный Метод

public WherigoModel ( ) : System
Результат System