Click or drag to resize

IProcessDataInfoKernelModeTime Property

Win32_Process: Time in kernel mode, in milliseconds. If this information is not available, use a value of 0 (zero).

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
long KernelModeTime { get; set; }

Property Value

Type: Int64
The kernel mode time.
See Also