This documentation is archived and is not being maintained.
ProcessModelInfo Class
.NET Framework 1.1
Contains methods that return information about worker processes.
For a list of all members of this type, see ProcessModelInfo Members.
System.Object
System.Web.ProcessModelInfo
[Visual Basic] Public Class ProcessModelInfo [C#] public class ProcessModelInfo [C++] public __gc class ProcessModelInfo [JScript] public class ProcessModelInfo
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This class is not meant to be instantiated in your own code. Use the static methods GetCurrentProcessInfo and GetHistory to populate a ProcessInfo object and then use the properties of ProcessInfo to obtain information about processes.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: