 |
SystemTimesIdleProcessorTime Property |
The TimeSpan representation of .
Namespace: Xcalibur.NativeMethods.V2.SystemInfoAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic TimeSpan IdleProcessorTime { get; }Public ReadOnly Property IdleProcessorTime As TimeSpan
Get
public:
property TimeSpan IdleProcessorTime {
TimeSpan get ();
}member IdleProcessorTime : TimeSpan with get
Property Value
TimeSpan
The idel processor time.
See Also