C# 클래스 GooglePlayServices.CommandLineDialog.ProgressReporter

Forwards the output of the currently executing command to a CommandLineDialog window.
상속: CommandLine.LineReader
파일 보기 프로젝트 열기: googlesamples/unity-jar-resolver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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