NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessThread.TotalProcessorTime

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;

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace