asp.net.ph

ProcessInfo Class

System.Web Namespace


Provides information on processes currently executing.

ProcessInfo Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ProcessInfo ( DateTime startTime , TimeSpan age , Int32 processID , Int32 requestCount , ProcessStatus status , ProcessShutdownReason shutdownReason , Int32 peakMemoryUsed )
public ProcessInfo ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public Age TimeSpan [ Get ]
public PeakMemoryUsed Int32 [ Get ]
public ProcessID Int32 [ Get ]
public RequestCount Int32 [ Get ]
public ShutdownReason ProcessShutdownReason [ Get ]
public StartTime DateTime [ Get ]
public Status ProcessStatus [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public SetAll ( DateTime startTime , TimeSpan age , Int32 processID , Int32 requestCount , ProcessStatus status , ProcessShutdownReason shutdownReason , Int32 peakMemoryUsed ) Void

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.

Syntax


To call a method:

ProcessInfo.methodName ( arguments );
  C# VB

To return the value of a property:

Type var = ProcessInfo.propertyName;
  C# VB

See Also

ProcessModelInfo Class   ProcessStatus Enumeration   ProcessShutdownReason Enumeration Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph