C# Класс DroidExplorer.Plugins.Data.BartExecutor

Наследование: IShellProcess
Показать файл Открыть проект

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