Click or drag to resize
Xcalibur Systems LLC Logo

SystemTimesKernelTime Property

A pointer to a structure that receives the amount of time that the system has spent executing in Kernel mode (including all threads in all processes, on all processors). This time value also includes the amount of time the system has been idle.

Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public long KernelTime { get; set; }

Property Value

Int64
The kernel time.
See Also