C# 클래스 DroidExplorer.Plugins.Data.BartExecutor

상속: IShellProcess
파일 보기 프로젝트 열기: camalot/droidexplorer

Private Properties

프로퍼티 타입 설명
BartExecutor System
CopyBart void
CreateArgs string
ExecuteBart void

공개 메소드들

메소드 설명
Backup ( string romName ) : void

Backups the specified rom name.

Cleanup ( ) : void

Deletes the bart file.

Delete ( string romName ) : void

Deletes the specified rom name.

List ( ) : List

Lists this instance.

Restore ( string romName ) : void

Restores the specified rom name.

SetBaseProcess ( System process ) : void

Sets the base process.

SetErrorStream ( System reader ) : void

Sets the error stream.

SetInputStream ( System writer ) : void

Sets the input stream.

SetOutputStream ( System reader ) : void

Sets the output stream.

보호된 메소드들

메소드 설명
OnComplete ( EventArgs e ) : void

Raises the E:RestoreComplete event.

비공개 메소드들

메소드 설명
BartExecutor ( ) : System

Initializes a new instance of the BartExecutor class.

CopyBart ( ) : void

Copies the bart file to the device.

CreateArgs ( ) : string

Creates the args.

ExecuteBart ( string command ) : void

Executes the bart command.

메소드 상세

Backup() 공개 메소드

Backups the specified rom name.
public Backup ( string romName ) : void
romName string Name of the rom.
리턴 void

Cleanup() 공개 메소드

Deletes the bart file.
public Cleanup ( ) : void
리턴 void

Delete() 공개 메소드

Deletes the specified rom name.
public Delete ( string romName ) : void
romName string Name of the rom.
리턴 void

List() 공개 메소드

Lists this instance.
public List ( ) : List
리턴 List

OnComplete() 보호된 메소드

Raises the E:RestoreComplete event.
protected OnComplete ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

Restore() 공개 메소드

Restores the specified rom name.
public Restore ( string romName ) : void
romName string Name of the rom.
리턴 void

SetBaseProcess() 공개 메소드

Sets the base process.
public SetBaseProcess ( System process ) : void
process System The process.
리턴 void

SetErrorStream() 공개 메소드

Sets the error stream.
public SetErrorStream ( System reader ) : void
reader System The reader.
리턴 void

SetInputStream() 공개 메소드

Sets the input stream.
public SetInputStream ( System writer ) : void
writer System The writer.
리턴 void

SetOutputStream() 공개 메소드

Sets the output stream.
public SetOutputStream ( System reader ) : void
reader System The reader.
리턴 void