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