| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ProcessInfo ClassProvides information on processes currently executing.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | SetAll | ( DateTime startTime , TimeSpan age , Int32 processID , Int32 requestCount , ProcessStatus status , ProcessShutdownReason shutdownReason , Int32 peakMemoryUsed ) | Void |
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.
ProcessInfo.methodName ( arguments ); | ||
| C# | VB | |
Type var = ProcessInfo.propertyName; | ||
| C# | VB | |
ProcessModelInfo Class ProcessStatus Enumeration ProcessShutdownReason Enumeration
Check out related books at Amazon
© 2000-2008 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 aspxtreme