ProcessCpuUsageReport.KernelTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.