See Also: ProcessInfo Members
This class returns information about ASP.NET worker processes that are running under the ASP.NET process model. Objects of this type are returned by the static methods ProcessModelInfo.GetCurrentProcessInfo and ProcessModelInfo.GetHistory(int). These methods are the only useful ways to create an initialized object.
If you are using Microsoft Internet Information Services (IIS) 6.0, process metrics returned by the System.Web.ProcessInfo classes are available only if you are running in IIS 5.0 isolation mode. If you are using IIS 6.0 in worker process isolation mode, the ASP.NET process model is disabled and an System.Web.HttpException exception is thrown when you access System.Web.ProcessInfo members.