C# Class NesHd.Core.Misc.State

显示文件 Open project: afonsof/nes-hd Class Usage Examples

Public Properties

Property Type Description
Holder StateHolder

Public Methods

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

The state saver / loader

Method Details

LoadState() public method

public LoadState ( string FilePath ) : bool
FilePath string
return bool

SaveState() public method

public SaveState ( string filePath ) : bool
filePath string
return bool

State() public method

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

Property Details

Holder public_oe property

public StateHolder,NesHd.Core.Misc Holder
return StateHolder