ProcessCpuUsageReport.KernelTime Property

Definition

Gets the amount of CPU kernel time consumed by the process.

public:
 property TimeSpan KernelTime { TimeSpan get(); };
TimeSpan KernelTime();
public System.TimeSpan KernelTime { get; }
var timeSpan = processCpuUsageReport.kernelTime;
Public ReadOnly Property KernelTime As TimeSpan

Property Value

The amount of CPU kernel time consumed by the process.

Applies to