메소드 | 설명 | |
---|---|---|
DisplayCurrent ( |
Displays current execution.
|
|
DisplayUsage ( string description, |
Displays usage text.
|
|
ReportArguments ( |
Reports known arguments and their current values, if requested.
|
|
ReportLink ( string url, string image ) : void |
Reports URL to be displayed for the current project.
|
|
ReportPackage ( string name, string url, string source, string build, string notes ) : void |
Reports package used by the current project.
|
|
ReportUsage ( string name, string server ) : void |
Reports which projects are using the current project.
|
|
Run ( string fileName, string arguments ) : void |
Runs custom tool and redirects its output to the main process.
|
|
RuntimeError ( |
Handles run-time error.
|
|
Step ( string name ) : ExecuteStep |
Marks execution step for console output.
|
메소드 | 설명 | |
---|---|---|
CreateProcess ( string fileName, string arguments ) : |
Creates process instance to run.
|
public static DisplayCurrent ( |
||
argsType | ||
리턴 | void |
public static DisplayUsage ( string description, |
||
description | string | |
argsType | ||
리턴 | void |
public static ReportArguments ( |
||
argsType | ||
displayValues | bool | |
리턴 | void |
public static ReportLink ( string url, string image ) : void | ||
url | string | |
image | string | |
리턴 | void |
public static ReportPackage ( string name, string url, string source, string build, string notes ) : void | ||
name | string | |
url | string | |
source | string | |
build | string | |
notes | string | |
리턴 | void |
public static ReportUsage ( string name, string server ) : void | ||
name | string | |
server | string | |
리턴 | void |
public static Run ( string fileName, string arguments ) : void | ||
fileName | string | |
arguments | string | |
리턴 | void |
public static RuntimeError ( |
||
error | ||
리턴 | int |