NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessorID Enumeration

Defines identification numbers for supported processors.

[Visual Basic]
Public Enum ProcessorID
[C#]
public enum ProcessorID
[C++]
public enum ProcessorID

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
ALPHA_21064 Alpha 21064 processor.
ARM720 ARM 720 processor.
ARM820 ARM 820 processor.
ARM920 ARM 920 processor.
ARM_7TDMI ARM 7TDMI processor.
HITACHI_SH3 Hitachi SH3 processor.
HITACHI_SH3E Hitachi SH3E processor.
HITACHI_SH4 Hitachi SH4 processor.
INTEL_386 Intel 386 or later and compatible processor.
INTEL_486 Intel 486 or later and compatible processor.
INTEL_PENTIUM Intel Pentium or later and compatible processor.
MIPS_R4000 MIPS R4000 Little-Endian processor.
MOTOROLA_821 Motoroloa 821 processor.
PPC_601 PPC 601 processor.
PPC_603 PPC 603 processor.
PPC_604 PPC 604 processor.
PPC_620 PPC 620 processor.
SHx_SH3 SHX SH3 Little-Endian processor.
SHx_SH4 SHX SH4 Little-Endian processor.
STRONGARM STRONGARM Little-Endian processor.

Requirements

Namespace: System.Configuration.Assemblies

Assembly: mscorlib.dll

See Also

System.Configuration.Assemblies Namespace