OmegaEngine API  1.0.3
Public Member Functions | Public Attributes | List of all members
OmegaEngine.HardwareCpu Struct Reference

See also
Hardware.Cpu
More...

Public Member Functions

override string ToString ()
 

Public Attributes

string Manufacturer
 The manufacturer of the CPU More...
 
string Name
 The name of the CPU (including the manufacturer) More...
 
int Speed
 The speed of the CPU in MHz More...
 
int Cores
 The number of physical cores in the CPU More...
 
int Logical
 The number of logical processors in the CPU More...
 

Detailed Description

See also
Hardware.Cpu

Member Data Documentation

◆ Cores

int OmegaEngine.HardwareCpu.Cores

The number of physical cores in the CPU

◆ Logical

int OmegaEngine.HardwareCpu.Logical

The number of logical processors in the CPU

◆ Manufacturer

string OmegaEngine.HardwareCpu.Manufacturer

The manufacturer of the CPU

◆ Name

string OmegaEngine.HardwareCpu.Name

The name of the CPU (including the manufacturer)

◆ Speed

int OmegaEngine.HardwareCpu.Speed

The speed of the CPU in MHz


The documentation for this struct was generated from the following file: