C# Class SharpTuneCore.ECU

Describes a ROM Image opened by the patching utility.
Mostrar archivo Open project: Merp/SharpTune Class Usage Examples

Public Properties

Property Type Description
imageStream Stream

Public Methods

Method Description
Dispose ( ) : void
ECU ( SharpTuner st, string fPath ) : System

Constructor

FindInAvailableDevices ( string>.Dictionary availableDevices, Stream imageStream ) : void
PredicateFileName ( string filename ) : bool
Refresh ( ) : void
Save ( ) : void

Memory Stream "Save" -> disk

SaveAs ( ) : void

Memory Stream "Save AS" -> disk

Private Methods

Method Description
TryOpenRom ( string f ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ECU() public method

Constructor
public ECU ( SharpTuner st, string fPath ) : System
st SharpTune.SharpTuner
fPath string
return System

FindInAvailableDevices() public method

public FindInAvailableDevices ( string>.Dictionary availableDevices, Stream imageStream ) : void
availableDevices string>.Dictionary
imageStream Stream
return void

PredicateFileName() public method

public PredicateFileName ( string filename ) : bool
filename string
return bool

Refresh() public method

public Refresh ( ) : void
return void

Save() public method

Memory Stream "Save" -> disk
public Save ( ) : void
return void

SaveAs() public method

Memory Stream "Save AS" -> disk
public SaveAs ( ) : void
return void

Property Details

imageStream public_oe property

public Stream imageStream
return Stream