Mono Class Library: OverviewSystem.Diagnostics.Process: Members |
The members of System.Diagnostics.Process are listed below.
See Also: Inherited members from System.ComponentModel.Component
Process()Creates a new System.Diagnostics.Process object.
[read-only] BasePriority int. Documentation for this section has not yet been entered. EnableRaisingEvents bool. Documentation for this section has not yet been entered. [read-only] ExitCode int. Documentation for this section has not yet been entered. [read-only] ExitTime DateTime. Documentation for this section has not yet been entered. [read-only] Handle IntPtr. Documentation for this section has not yet been entered. [read-only] HandleCount int. Documentation for this section has not yet been entered. [read-only] HasExited bool. Documentation for this section has not yet been entered. [read-only] Id int. Documentation for this section has not yet been entered. [read-only] MachineName string. Documentation for this section has not yet been entered. [read-only] MainModule ProcessModule. Documentation for this section has not yet been entered. [read-only] MainWindowHandle IntPtr. Documentation for this section has not yet been entered. [read-only] MainWindowTitle string. Documentation for this section has not yet been entered. MaxWorkingSet IntPtr. Documentation for this section has not yet been entered. MinWorkingSet IntPtr. Documentation for this section has not yet been entered. [read-only] Modules ProcessModuleCollection. Documentation for this section has not yet been entered. [read-only] NonpagedSystemMemorySize int. Documentation for this section has not yet been entered. [read-only] NonpagedSystemMemorySize64 long. Documentation for this section has not yet been entered. [read-only] PagedMemorySize int. Documentation for this section has not yet been entered. [read-only] PagedMemorySize64 long. Documentation for this section has not yet been entered. [read-only] PagedSystemMemorySize int. Documentation for this section has not yet been entered. [read-only] PagedSystemMemorySize64 long. Documentation for this section has not yet been entered. [read-only] PeakPagedMemorySize int. Documentation for this section has not yet been entered. [read-only] PeakPagedMemorySize64 long. Documentation for this section has not yet been entered. [read-only] PeakVirtualMemorySize int. Documentation for this section has not yet been entered. [read-only] PeakVirtualMemorySize64 long. Documentation for this section has not yet been entered. [read-only] PeakWorkingSet int. Documentation for this section has not yet been entered. [read-only] PeakWorkingSet64 long. Documentation for this section has not yet been entered. PriorityBoostEnabled bool. Documentation for this section has not yet been entered. PriorityClass ProcessPriorityClass. Documentation for this section has not yet been entered. [read-only] PrivateMemorySize int. Documentation for this section has not yet been entered. [read-only] PrivateMemorySize64 long. Documentation for this section has not yet been entered. [read-only] PrivilegedProcessorTime TimeSpan. Documentation for this section has not yet been entered. [read-only] ProcessName string. Documentation for this section has not yet been entered. ProcessorAffinity IntPtr. Documentation for this section has not yet been entered. [read-only] Responding bool. Documentation for this section has not yet been entered. [read-only] SessionId int. Documentation for this section has not yet been entered. [read-only] StandardError System.IO.StreamReader. Documentation for this section has not yet been entered. [read-only] StandardInput System.IO.StreamWriter. Documentation for this section has not yet been entered. [read-only] StandardOutput System.IO.StreamReader. Documentation for this section has not yet been entered. StartInfo ProcessStartInfo. Documentation for this section has not yet been entered. [read-only] StartTime DateTime. Documentation for this section has not yet been entered. SynchronizingObject System.ComponentModel.ISynchronizeInvoke. Documentation for this section has not yet been entered. [read-only] Threads ProcessThreadCollection. Documentation for this section has not yet been entered. [read-only] TotalProcessorTime TimeSpan. Documentation for this section has not yet been entered. [read-only] UserProcessorTime TimeSpan. Documentation for this section has not yet been entered. [read-only] VirtualMemorySize int. Documentation for this section has not yet been entered. [read-only] VirtualMemorySize64 long. Documentation for this section has not yet been entered. [read-only] WorkingSet int. Documentation for this section has not yet been entered. [read-only] WorkingSet64 long. Documentation for this section has not yet been entered.
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. staticEnterDebugMode() Documentation for this section has not yet been entered.Finalize() Documentation for this section has not yet been entered. staticGetCurrentProcess() : Process Documentation for this section has not yet been entered. staticGetProcessById(int) : Process Documentation for this section has not yet been entered. staticGetProcessById(int, string) : Process Documentation for this section has not yet been entered. staticGetProcesses() : Process[] Documentation for this section has not yet been entered. staticGetProcesses(string) : Process[] Documentation for this section has not yet been entered. staticGetProcessesByName(string) : Process[] Documentation for this section has not yet been entered. staticGetProcessesByName(string, string) : Process[] Documentation for this section has not yet been entered.Kill() Kill the running process. staticLeaveDebugMode() 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. staticStart(ProcessStartInfo) : Process Static method for creating and starting a new process based on the information in the specified in the System.Diagnostics.ProcessStartInfo object. staticStart(string) : Process Create and start a new Process with the specified commandline. staticStart(string, string) : Process Create and start a new Process with the specified commandline and it's parameters. staticStart(string, string, System.Security.SecureString, string) : Process Documentation for this section has not yet been entered. staticStart(string, string, string, System.Security.SecureString, string) : Process Documentation for this section has not yet been entered. overrideToString() : 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.
ErrorDataReceived Documentation for this section has not yet been entered. Exited Documentation for this section has not yet been entered. OutputDataReceived Documentation for this section has not yet been entered.