The members of System.Web.ProcessInfo are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.ProcessInfo class. | ||
Initializes a new instance of the System.Web.ProcessInfo class and sets internal information indicating the status of the process. |
[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. |
SetAll(DateTime, TimeSpan, int, int, ProcessStatus, ProcessShutdownReason, int)
|