C# 클래스 SharpTuneCore.ECU

Describes a ROM Image opened by the patching utility.
파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
imageStream Stream

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TryOpenRom ( string f ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ECU() 공개 메소드

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

FindInAvailableDevices() 공개 메소드

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

PredicateFileName() 공개 메소드

public PredicateFileName ( string filename ) : bool
filename string
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Save() 공개 메소드

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

SaveAs() 공개 메소드

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

프로퍼티 상세

imageStream 공개적으로 프로퍼티

public Stream imageStream
리턴 Stream