This documentation is archived and is not being maintained.

ProcessInfo Properties

The properties of the ProcessInfo class are listed here. For a complete list of ProcessInfo class members, see the ProcessInfo Members topic.

Public Properties

public propertyAge Gets the length of time the process has been running.
public propertyPeakMemoryUsed Gets the maximum amount of memory the process has used.
public propertyProcessID Gets the ID number assigned to the process.
public propertyRequestCount Gets the number of start requests for the process.
public propertyShutdownReason Gets a value that indicates why the process shut down.
public propertyStartTime Gets the time at which the process started.
public propertyStatus Gets the current status of the process.

See Also

ProcessInfo Class | System.Web Namespace

Show: