System.Web.ProcessInfo Members

The members of System.Web.ProcessInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Public Properties

[read-only]
AgeTimeSpan.

Gets the length of time the process has been running.

[read-only]
PeakMemoryUsedint.

Gets the maximum amount of memory the process has used.

[read-only]
ProcessIDint.

Gets the ID number assigned to the process.

[read-only]
RequestCountint.

Gets the number of start requests for the process.

[read-only]
ShutdownReasonProcessShutdownReason.

Gets a value that indicates why the process shut down.

[read-only]
StartTimeDateTime.

Gets the time at which the process started.

[read-only]
StatusProcessStatus.

Gets the current status of the process.

Public Methods

SetAll(DateTime, TimeSpan, int, int, ProcessStatus, ProcessShutdownReason, int)

Sets internal information indicating the status of the process.