C# Класс GooglePlayServices.CommandLineDialog.ProgressReporter

Forwards the output of the currently executing command to a CommandLineDialog window.
Наследование: CommandLine.LineReader
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
maxProgressLines int

Открытые методы

Метод Описание
CommandLineToolCompletion ( CommandLine result ) : void

Called when the currently executing command completes.

ProgressReporter ( CommandLine handler = null ) : System.Collections.Generic

Construct a new reporter.

Update ( CommandLineDialog window ) : void

Called from CommandLineDialog in the context of the main / UI thread.

Приватные методы

Метод Описание
CommandLineIOHandler ( Process process, StreamWriter stdin, CommandLine data ) : void

Called from RunCommandLine() tool to report the output of the currently executing commmand.

CountLines ( string str ) : int

Описание методов

CommandLineToolCompletion() публичный Метод

Called when the currently executing command completes.
public CommandLineToolCompletion ( CommandLine result ) : void
result CommandLine
Результат void

ProgressReporter() публичный Метод

Construct a new reporter.
public ProgressReporter ( CommandLine handler = null ) : System.Collections.Generic
handler CommandLine
Результат System.Collections.Generic

Update() публичный Метод

Called from CommandLineDialog in the context of the main / UI thread.
public Update ( CommandLineDialog window ) : void
window CommandLineDialog
Результат void

Описание свойств

maxProgressLines публичное свойство

Used to scale the progress bar by the number of lines reported by the command line tool.
public int maxProgressLines
Результат int