Mono Class Library: Overview

System.Diagnostics.Process: Method Members

The methods of System.Diagnostics.Process are listed below. For a list of all members, see the Process Members list.

See Also: Inherited members from System.ComponentModel.Component

Public Methods

BeginErrorReadLine()
Documentation for this section has not yet been entered.
BeginOutputReadLine()
Documentation for this section has not yet been entered.
CancelErrorRead()
Documentation for this section has not yet been entered.
CancelOutputRead()
Documentation for this section has not yet been entered.
Close()
Releases any resources associated with the current process.
CloseMainWindow() : bool
Documentation for this section has not yet been entered.
static
EnterDebugMode()
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
static
GetCurrentProcess() : Process
Documentation for this section has not yet been entered.
static
GetProcessById(int) : Process
Documentation for this section has not yet been entered.
static
GetProcessById(int, string) : Process
Documentation for this section has not yet been entered.
static
GetProcesses() : Process[]
Documentation for this section has not yet been entered.
static
GetProcesses(string) : Process[]
Documentation for this section has not yet been entered.
static
GetProcessesByName(string) : Process[]
Documentation for this section has not yet been entered.
static
GetProcessesByName(string, string) : Process[]
Documentation for this section has not yet been entered.
Kill()
Kill the running process.
static
LeaveDebugMode()
Documentation for this section has not yet been entered.
Refresh()
Documentation for this section has not yet been entered.
Start() : bool
Starts the process referenced by the System.Diagnostics.Process object.
static
Start(ProcessStartInfo) : Process
Static method for creating and starting a new process based on the information in the specified in the System.Diagnostics.ProcessStartInfo object.
static
Start(string) : Process
Create and start a new Process with the specified commandline.
static
Start(string, string) : Process
Create and start a new Process with the specified commandline and it's parameters.
static
Start(string, string, System.Security.SecureString, string) : Process
Documentation for this section has not yet been entered.
static
Start(string, string, string, System.Security.SecureString, string) : Process
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
WaitForExit()
Documentation for this section has not yet been entered.
WaitForExit(int) : bool
Documentation for this section has not yet been entered.
WaitForInputIdle() : bool
Documentation for this section has not yet been entered.
WaitForInputIdle(int) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.
OnExited()
Documentation for this section has not yet been entered.