The CpuType type exposes the following members.

Constructors

  NameDescription
Public methodCpuType
Initializes a new instance of the CpuType class.

Methods

  NameDescription
Protected method$InvariantMethod$
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected field$evaluatingInvariant$
Public fieldStatic memberAmdAthlon
AMD Athlon K7 architecture.
Public fieldStatic memberAmdAthlon64
AMD Athlon64, AMD codename Opteron, Hammer or Clawhammer K8 architecture.
Public fieldStatic memberAmdBulldozer
AMD codename Bulldozer.
Public fieldStatic memberAmdK10
AMD codename K10, AMD Phenom or AMD Family10h.
Public fieldStatic memberAmdK6
AMD K6 architecture.
Public fieldStatic memberAmdVenice
AMD codename Venice.
Public fieldStatic memberIntel80186
Intel 80186 (i186).
Public fieldStatic memberIntel80286
Intel 80286 (i286).
Public fieldStatic memberIntel80386
Intel 80386 (i386).
Public fieldStatic memberIntel80486
Intel 80486 (i486).
Public fieldStatic memberIntel8086
Intel 8086.
Public fieldStatic memberIntelConroe
Intel codename Conroe or Intel Core2.
Public fieldStatic memberIntelItanium
Intel Itanium, IA64 (x86).
Public fieldStatic memberIntelNehalem
Intel codename Nehalem or Intel Core i7.
Public fieldStatic memberIntelPenryn
Intel codename Penryn.
Public fieldStatic memberIntelPentium
Intel Pentium (i586) or Intel codename P5.
Public fieldStatic memberIntelPentium3
Intel Pentium III or Intel codename Katmai.
Public fieldStatic memberIntelPentium4
Intel Pentium IV (P4) or Intel codename Williamette.
Public fieldStatic memberIntelPentiumII
Intel Pentium II.
Public fieldStatic memberIntelPentiumPro
Intel Pentium Pro (i686) or Intel codename P6.
Public fieldStatic memberIntelPrescott
Intel codename Prescott.
Public fieldStatic memberIntelSandyBridge
Intel codename Sandy Bridge.
Public fieldStatic memberIntelWestmere
Intel codename Westmere.

Properties

  NameDescription
Public propertyFeatures
Gets the features supported by this CPU type.
Public propertyName
Gets the name of the CPU type.
Public propertyOperatingModes
Gets the operating modes supported by this CPU type.

See Also