Click or drag to resize
Xcalibur Systems LLC Logo

ProcessThreadTimes Properties

The ProcessThreadTimes type exposes the following members.

Properties
 NameDescription
Public propertyElapsedTime TimeSpan between the Create and Exit.
Public propertyExitTime Exit time of the process formatted into a DateTime object.
Public propertyPrivilegedProcessorTime TimeSpan of time run in kernel mode.
Public propertyStartTime Creation time of the process formatted into a DateTime object.
Public propertyTotalProcessorTime TimeSpan of time run in kernel and user mode.
Public propertyUserProcessorTime TimeSpan of time run in user mode.
Top
See Also