ProcessInfo Properties
.NET Framework (current version)
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Age | Gets the length of time the process has been running. |
![]() | PeakMemoryUsed | Gets the maximum amount of memory the process has used. |
![]() | ProcessID | Gets the ID number assigned to the process. |
![]() | RequestCount | Gets the number of start requests for the process. |
![]() | ShutdownReason | Gets a value that indicates why the process shut down. |
![]() | StartTime | Gets the time at which the process started. |
![]() | Status | Gets the current status of the process. |
Show:
