This documentation is archived and is not being maintained.
ProcessInfo Class
.NET Framework 1.1
Provides information on processes currently executing.
For a list of all members of this type, see ProcessInfo Members.
System.Object
System.Web.ProcessInfo
[Visual Basic] Public Class ProcessInfo [C#] public class ProcessInfo [C++] public __gc class ProcessInfo [JScript] public class ProcessInfo
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 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 GetCurrentProcessInfo and GetHistory. These methods are the only useful ways to create this object.
Example
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: