Click or drag to resize
Xcalibur Systems LLC Logo

SystemTimes Properties

The SystemTimes type exposes the following members.

Properties
 NameDescription
Public propertyIdleProcessorTime The TimeSpan representation of .
Public propertyIdleTime A pointer to a structure that receives the amount of time that the system has been idle.
Public propertyKernelTime 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.
Public propertyPrivilegedProcessorTime The TimeSpan representation of .
Public propertyTotalProcessorTime The TimeSpan representation of + .
Public propertyUserProcessorTime The TimeSpan representation of .
Public propertyUserTime 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).
Top
See Also