Mono Class Library: System.Diagnostics.Process Overview | Members

System.Diagnostics.Process.Start Method

Create and start a new Process with the specified commandline and it's parameters.

public static Process Start (string fileName, string arguments)

Parameters

fileName
Path to the application to be executed.
arguments
Arguments to be passed to the program.

Returns

Process for the specified commandline.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0