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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRefresh Refreshes the usage data.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also