Int32
IProcessUtilities
.Start(String target, String[] args)
Starts an application, file, or other target.
Remarks
Examples
Parameters
target
Type: String
The fully-qualified path to the application, file, or other target
args
Type: String[]
Command line arguments
Return Value
Type: Int32
The process exit code.