System.Web.ProcessModelInfo Class

Contains methods that return information about worker processes.

See Also: ProcessModelInfo Members

Syntax

public class ProcessModelInfo

Remarks

The System.Web.ProcessModelInfo class is not meant to be instantiated in your own code. Use the static ProcessModelInfo.GetCurrentProcessInfo and ProcessModelInfo.GetHistory(int) methods to populate System.Web.ProcessInfo objects, and then use the properties of the System.Web.ProcessInfo objects to obtain information about the processes.

Note:

The ProcessModelInfo.GetCurrentProcessInfo and ProcessModelInfo.GetHistory(int) methods can be used only with Microsoft Internet Information Services (IIS) version 5.0 on Microsoft Windows 2000 and Windows XP or with IIS 6.0 on Windows Server 2003 and using IIS 5.0 isolation mode. For more information, see How to: Configure ASP.NET Applications for an ASP.NET Version.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0