Click or drag to resize

ILogicalProcessorInfoPercentPrivilegedTime Property

Win32_PerfFormattedData_PerfOS_Processor: PercentPrivilegedTime: Percentage of non-idle processor time spent in privileged mode. Privileged mode is a processing mode designed for operating system components and hardware-manipulating drivers. It allows direct access to hardware and all memory.

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

Property Value

Type: Int64
The percent privileged time.
See Also