Click or drag to resize

ProcessInterfaceStartProcess Method

Runs a process.

Namespace:  ConsoleControlAPI
Assembly:  ConsoleControlAPI (in ConsoleControlAPI.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public void StartProcess(
	string fileName,
	string arguments
)

Parameters

fileName
Type: SystemString
Name of the file.
arguments
Type: SystemString
The arguments.
See Also