 | ConsoleControlStartProcess Method |
Runs a process.
Namespace:
ConsoleControl.WPF
Assembly:
ConsoleControl.WPF (in ConsoleControl.WPF.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void StartProcess(
string fileName,
string arguments
)
Parameters
- fileName
- Type: SystemString
Name of the file. - arguments
- Type: SystemString
The arguments.
See Also