Int32 IProcessUtilities.Start(String target, Boolean useShell, String[] args)
Starts an application, file, or other target.
Examples
Parameters
-
target
Type: String
The fully-qualified path to the application, file, or other target
-
useShell
Type: Boolean
Indicates whether or not to execute the target using the OS shell
-
args
Type: String[]
Command line arguments
Return Value
Type: Int32
The process exit code.