 | ProcessInterfaceStartProcess Method |
Runs a process.
Namespace:
ConsoleControlAPI
Assembly:
ConsoleControlAPI (in ConsoleControlAPI.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