IProcessHelper.

CmdExecute(string, string, bool, bool) Method

Syntax

int CmdExecute(string command, string workingDirectoryPath, bool output = true, bool waitForExit = true)

Parameters

Name Type Description
command string
workingDirectoryPath string
output bool
waitForExit bool

Return Value

Type Description
int