C# Class SharpTuneCore.ECU

Describes a ROM Image opened by the patching utility.
Afficher le fichier Open project: Merp/SharpTune Class Usage Examples

Méthodes publiques

Свойство Type Description
imageStream Stream

Méthodes publiques

Méthode 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

Méthode Description
TryOpenRom ( string f ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ECU() public méthode

Constructor
public ECU ( SharpTuner st, string fPath ) : System
st SharpTune.SharpTuner
fPath string
Résultat System

FindInAvailableDevices() public méthode

public FindInAvailableDevices ( string>.Dictionary availableDevices, Stream imageStream ) : void
availableDevices string>.Dictionary
imageStream Stream
Résultat void

PredicateFileName() public méthode

public PredicateFileName ( string filename ) : bool
filename string
Résultat bool

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Save() public méthode

Memory Stream "Save" -> disk
public Save ( ) : void
Résultat void

SaveAs() public méthode

Memory Stream "Save AS" -> disk
public SaveAs ( ) : void
Résultat void

Property Details

imageStream public_oe property

public Stream imageStream
Résultat Stream