Table of Contents

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

int

Logical

The number of logical processors in the CPU

public int Logical

Field Value

int

Manufacturer

The manufacturer of the CPU

public string Manufacturer

Field Value

string

Name

The name of the CPU (including the manufacturer)

public string Name

Field Value

string

Speed

The speed of the CPU in MHz

public int Speed

Field Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

See Also

Cpu