Struct HardwareCpu
- Namespace
- OmegaEngine
- Assembly
- OmegaEngine.dll
public struct HardwareCpu
- Inherited Members
- Extension Methods
Fields
Cores
The number of physical cores in the CPU
public int Cores
Field Value
Logical
The number of logical processors in the CPU
public int Logical
Field Value
Manufacturer
The manufacturer of the CPU
public string Manufacturer
Field Value
Name
The name of the CPU (including the manufacturer)
public string Name
Field Value
Speed
The speed of the CPU in MHz
public int Speed
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.