Returns the amount of time the associated thread has spent running code inside the application (not the operating system core).
[Visual Basic] Public ReadOnly Property UserProcessorTime As TimeSpan [C#] public TimeSpan UserProcessorTime {get;} [C++] public: __property TimeSpan get_UserProcessorTime(); [JScript] public function get UserProcessorTime() : TimeSpan;
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace