System | |
The SystemTimes type exposes the following members.
| Name | Description | |
|---|---|---|
| SystemTimes | Initializes a new instance of the SystemTimes class |
| Name | Description | |
|---|---|---|
| IdleProcessorTime | The TimeSpan representation of . | |
| IdleTime | A pointer to a structure that receives the amount of time that the system has been idle. | |
| KernelTime | A pointer to a structure that receives the amount of time that the system has spent executing in Kernel mode (including all threads in all processes, on all processors). This time value also includes the amount of time the system has been idle. | |
| PrivilegedProcessorTime | The TimeSpan representation of . | |
| TotalProcessorTime | The TimeSpan representation of + . | |
| UserProcessorTime | The TimeSpan representation of . | |
| UserTime | A pointer to a structure that receives the amount of time that the system has spent executing in User mode (including all threads in all processes, on all processors). |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |