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. [Edit]

public static Process Start (string fileName, string arguments)

Parameters

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

Returns

Process for the specified commandline. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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