Process | |
The ProcessThreadTimes type exposes the following members.
| Name | Description | |
|---|---|---|
| ElapsedTime | TimeSpan between the Create and Exit. | |
| ExitTime | Exit time of the process formatted into a DateTime object. | |
| PrivilegedProcessorTime | TimeSpan of time run in kernel mode. | |
| StartTime | Creation time of the process formatted into a DateTime object. | |
| TotalProcessorTime | TimeSpan of time run in kernel and user mode. | |
| UserProcessorTime | TimeSpan of time run in user mode. |