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!

Process.UserProcessorTime

Returns the amount of time the associated process has spent running code inside the application portion of the process (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;

See Also

Process Class | Process Members | System.Diagnostics Namespace