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

