 |
SystemTimesTotalProcessorTime 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 TotalProcessorTime { get; }Public ReadOnly Property TotalProcessorTime As TimeSpan
Get
public:
property TimeSpan TotalProcessorTime {
TimeSpan get ();
}member TotalProcessorTime : TimeSpan with get
Property Value
TimeSpan
The total processor time.
See Also