Свойство | Type | Description | |
---|---|---|---|
DetermineFilePath | string | ||
ExternalProgramBase | System | ||
StreamReaderThread_Error | void | ||
StreamReaderThread_Output | void |
Méthode | Description | |
---|---|---|
ExecuteTask ( ) : void |
Starts the external process and captures its output.
|
|
PrepareProcess ( Process process ) : void |
Updates the ProcessStartInfo of the specified Process.
|
|
StartProcess ( ) : Process |
Starts the process and handles errors.
|
Méthode | Description | |
---|---|---|
DetermineFilePath ( ) : string |
Determines the path of the external program that should be executed.
|
|
ExternalProgramBase ( ) : System |
Static constructor that retrieves the specified timeout value for program output.
|
|
StreamReaderThread_Error ( ) : void |
Reads from the stream until the external program is ended.
|
|
StreamReaderThread_Output ( ) : void |
Reads from the stream until the external program is ended.
|
protected PrepareProcess ( Process process ) : void | ||
process | Process | The |
Résultat | void |