|
| Name | Description |
|---|
.gif) | BasePriority | Gets the base priority of the associated process. |
.gif) | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
.gif) | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
.gif) | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
.gif) .gif) | EnableRaisingEvents | Gets or sets whether the Exited event should be raised when the process terminates. |
.gif) .gif) | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
.gif) .gif) | ExitCode | Gets the value that the associated process specified when it terminated. |
.gif) | ExitTime | Gets the time that the associated process exited. |
.gif) | Handle | Gets the native handle of the associated process. |
.gif) | HandleCount | Gets the number of handles opened by the process. |
.gif) .gif) | HasExited | Gets a value indicating whether the associated process has been terminated. |
.gif) .gif) | Id | Gets the unique identifier for the associated process. |
.gif) | MachineName | Gets the name of the computer the associated process is running on. |
.gif) | MainModule | Gets the main module for the associated process. |
.gif) .gif) | MainWindowHandle | Gets the window handle of the main window of the associated process. |
.gif) | MainWindowTitle | Gets the caption of the main window of the process. |
.gif) | MaxWorkingSet | Gets or sets the maximum allowable working set size for the associated process. |
.gif) | MinWorkingSet | Gets or sets the minimum allowable working set size for the associated process. |
.gif) | Modules | Gets the modules that have been loaded by the associated process. |
.gif) | NonpagedSystemMemorySize | Obsolete. Gets the nonpaged system memory size allocated to this process. |
.gif) | NonpagedSystemMemorySize64 | Gets the amount of nonpaged system memory allocated for the associated process. |
.gif) | PagedMemorySize | Obsolete. Gets the paged memory size. |
.gif) | PagedMemorySize64 | Gets the amount of paged memory allocated for the associated process. |
.gif) | PagedSystemMemorySize | Obsolete. Gets the paged system memory size. |
.gif) | PagedSystemMemorySize64 | Gets the amount of pageable system memory allocated for the associated process. |
.gif) | PeakPagedMemorySize | Obsolete. Gets the peak paged memory size. |
.gif) | PeakPagedMemorySize64 | Gets the maximum amount of memory in the virtual memory paging file used by the associated process. |
.gif) | PeakVirtualMemorySize | Obsolete. Gets the peak virtual memory size. |
.gif) | PeakVirtualMemorySize64 | Gets the maximum amount of virtual memory used by the associated process. |
.gif) | PeakWorkingSet | Obsolete. Gets the peak working set size for the associated process. |
.gif) | PeakWorkingSet64 | Gets the maximum amount of physical memory used by the associated process. |
.gif) | PriorityBoostEnabled | Gets or sets a value indicating whether the associated process priority should temporarily be boosted by the operating system when the main window has the focus. |
.gif) | PriorityClass | Gets or sets the overall priority category for the associated process. |
.gif) | PrivateMemorySize | Obsolete. Gets the private memory size. |
.gif) | PrivateMemorySize64 | Gets the amount of private memory allocated for the associated process. |
.gif) | PrivilegedProcessorTime | Gets the privileged processor time for this process. |
.gif) | ProcessName | Gets the name of the process. |
.gif) | ProcessorAffinity | Gets or sets the processors on which the threads in this process can be scheduled to run. |
.gif) .gif) | Responding | Gets a value indicating whether the user interface of the process is responding. |
.gif) | SessionId | Gets the Terminal Services session identifier for the associated process. |
.gif) .gif) | Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
.gif) | StandardError | Gets a stream used to read the error output of the application. |
.gif) | StandardInput | Gets a stream used to write the input of the application. |
.gif) | StandardOutput | Gets a stream used to read the output of the application. |
.gif) .gif) | StartInfo | Gets or sets the properties to pass to the Start method of the Process. |
.gif) | StartTime | Gets the time that the associated process was started. |
.gif) | SynchronizingObject | Gets or sets the object used to marshal the event handler calls that are issued as a result of a process exit event. |
.gif) | Threads | Gets the set of threads that are running in the associated process. |
.gif) | TotalProcessorTime | Gets the total processor time for this process. |
.gif) | UserProcessorTime | Gets the user processor time for this process. |
.gif) | VirtualMemorySize | Obsolete. Gets the size of the process's virtual memory. |
.gif) | VirtualMemorySize64 | Gets the amount of the virtual memory allocated for the associated process. |
.gif) | WorkingSet | Obsolete. Gets the associated process's physical memory usage. |
.gif) | WorkingSet64 | Gets the amount of physical memory allocated for the associated process. |