Returns the amount of time the associated thread has spent utilizing the CPU. It is the sum of the UserProcessorTime and PrivilegedProcessorTime.
[Visual Basic] Public ReadOnly Property TotalProcessorTime As TimeSpan [C#] public TimeSpan TotalProcessorTime {get;} [C++] public: __property TimeSpan get_TotalProcessorTime(); [JScript] public function get TotalProcessorTime() : TimeSpan;
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace