프로퍼티 | 타입 | 설명 | |
---|---|---|---|
autoScrollToBottom | bool | ||
progress | float | ||
progressSummary | string | ||
progressTitle | string |
메소드 | 설명 | |
---|---|---|
CreateCommandLineDialog ( string title ) : |
Create a dialog box which can display command line output.
|
|
Initialize ( ) : void |
Initialize all members of the window.
|
|
RunAsync ( string toolPath, string arguments, CommandLine completionDelegate, string workingDirectory = null, string>.Dictionary |
Asynchronously execute a command line tool in this window, showing progress and finally calling the specified delegate on completion from the main / UI thread.
|
메소드 | 설명 | |
---|---|---|
Update ( ) : void |
Call the update event from the UI thread, optionally display / hide the progress bar.
|
public static CreateCommandLineDialog ( string title ) : |
||
title | string | |
리턴 |
public RunAsync ( string toolPath, string arguments, CommandLine completionDelegate, string workingDirectory = null, string>.Dictionary |
||
toolPath | string | Tool to execute. |
arguments | string | String to pass to the tools' command line. |
completionDelegate | CommandLine | Called when the tool completes. |
workingDirectory | string | Directory to execute the tool from. |
envVars | string>.Dictionary | |
ioHandler | CommandLine | Allows a caller to provide interactive input and also handle /// both output and error streams from a single delegate. |
maxProgressLines | int | Specifies the number of lines output by the /// command line that results in a 100% value on a progress bar. |
리턴 | void |