 |
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.SystemInfoAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic long KernelTime { get; set; }Public Property KernelTime As Long
Get
Set
public:
property long long KernelTime {
long long get ();
void set (long long value);
}member KernelTime : int64 with get, set
Property Value
Int64
The kernel time.
See Also