C# Class NesHd.Core.Misc.State

Afficher le fichier Open project: afonsof/nes-hd Class Usage Examples

Méthodes publiques

Свойство Type Description
Holder StateHolder

Méthodes publiques

Méthode Description
LoadState ( string FilePath ) : bool
SaveState ( string filePath ) : bool
State ( NesEngine engine ) : System.IO

The state saver / loader

Method Details

LoadState() public méthode

public LoadState ( string FilePath ) : bool
FilePath string
Résultat bool

SaveState() public méthode

public SaveState ( string filePath ) : bool
filePath string
Résultat bool

State() public méthode

The state saver / loader
public State ( NesEngine engine ) : System.IO
engine NesEngine The current system you want to save / load state from / into
Résultat System.IO

Property Details

Holder public_oe property

public StateHolder,NesHd.Core.Misc Holder
Résultat StateHolder