| ProcessorInformation Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: com.softwarekey.Client.Utils.SystemComponent
 Syntax
SyntaxThe ProcessorInformation type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProcessorInformation | Creates a new ProcessorInformation object. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Architecture | Gets the processor's architecture. | 
|  | CurrentClockSpeed | Gets the processor's clock speed. | 
|  | ProcessorId | Gets the processor's ID. | 
|  | ProcessorType | Gets the processor's type. | 
|  | Properties | Gets a list of SystemComponentProperty objects.(Inherited from SystemComponent.) | 
|  | Revision | Gets the processor's revision. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Initialize | Initializes this SystemComponent.(Inherited from SystemComponent.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ShouldIgnore | Determines whether or not to ignore the given component property.(Inherited from SystemComponent.) | 
|  | ToString | (Inherited from Object.) | 
 Remarks
Remarks|  Caution | 
|---|
| The ProcessorInformation class is not available in the .NET Standard PLUSManaged assembly. | 
 See Also
See Also