Click or drag to resize

ProcessControllerExecuteProcess Method

Executes the process.

Namespace:  Xcalibur.Controllers
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public static string ExecuteProcess(
	string file,
	string arguments = "",
	string directory = "",
	bool openNewWindow = false
)

Parameters

file
Type: SystemString
The fileto execute.
arguments (Optional)
Type: SystemString
The arguments.
directory (Optional)
Type: SystemString
The working directory of the file.
openNewWindow (Optional)
Type: SystemBoolean
if set to true [open new window].

Return Value

Type: String
See Also