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