This documentation is archived and is not being maintained.
ProcessInfo Members
Visual Studio 2008
Provides information on processes currently executing.
The ProcessInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetAll | Sets internal information indicating the status of the process. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
Age | Gets the length of time the process has been running. |
|
PeakMemoryUsed | Gets the maximum amount of memory the process has used. |
|
ProcessID | Gets the ID number assigned to the process. |
|
RequestCount | Gets the number of start requests for the process. |
|
ShutdownReason | Gets a value that indicates why the process shut down. |
|
StartTime | Gets the time at which the process started. |
|
Status | Gets the current status of the process. |
Show: