Click or drag to resize

ProcessorStatus Class

Provides processor usage statistics for all processors in the system.
Inheritance Hierarchy
SystemObject
  Ookii.JumboProcessorStatus

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public sealed class ProcessorStatus : IDisposable

The ProcessorStatus type exposes the following members.

Constructors
  NameDescription
Public methodProcessorStatus
Initializes a new instance of the ProcessorStatus class.
Top
Properties
  NameDescription
Public propertyProcessors
Gets the usage data for each individual processor in the system.
Public propertyTotal
Gets the combined usage data for all processors in the system.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources associated with the ProcessorStatus class.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRefresh
Refreshes the usage data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also