Click or drag to resize
Xcalibur Systems LLC Logo

SystemTimes Class

An object to hold the results of the function.

GetSystemTimes function

Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.SystemInfoSystemTimes

Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public class SystemTimes

The SystemTimes type exposes the following members.

Constructors
 NameDescription
Public methodSystemTimesInitializes a new instance of the SystemTimes class
Top
Properties
 NameDescription
Public propertyIdleProcessorTime The TimeSpan representation of .
Public propertyIdleTime A pointer to a structure that receives the amount of time that the system has been idle.
Public propertyKernelTime 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.
Public propertyPrivilegedProcessorTime The TimeSpan representation of .
Public propertyTotalProcessorTime The TimeSpan representation of + .
Public propertyUserProcessorTime The TimeSpan representation of .
Public propertyUserTime A pointer to a structure that receives the amount of time that the system has spent executing in User mode (including all threads in all processes, on all processors).
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also