The properties of System.Web.ProcessInfo are listed below. For a list of all members, see the ProcessInfo Members list.
See Also: Inherited members from System.Object
[read-only] | Age | TimeSpan.
Gets the length of time the process has been running. |
[read-only] | PeakMemoryUsed | int.
Gets the maximum amount of memory the process has used. |
[read-only] | ProcessID | int.
Gets the ID number assigned to the process. |
[read-only] | RequestCount | int.
Gets the number of start requests for the process. |
[read-only] | ShutdownReason | ProcessShutdownReason.
Gets a value that indicates why the process shut down. |
[read-only] | StartTime | DateTime.
Gets the time at which the process started. |
[read-only] | Status | ProcessStatus.
Gets the current status of the process. |