Click or drag to resize

OperatingSystemEnumProcessorArchitecture Enumeration

A set of flags to indicate the current processor architecture for which the operating system is targeted and running.

Namespace:  Alphaleonis.Win32
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum EnumProcessorArchitecture
Members
  Member nameValueDescription
X860PROCESSOR_ARCHITECTURE_INTEL

The system is running a 32-bit version of Windows.

IA646PROCESSOR_ARCHITECTURE_IA64

The system is running on a Itanium processor.

X649PROCESSOR_ARCHITECTURE_AMD64

The system is running a 64-bit version of Windows.

Unknown65535PROCESSOR_ARCHITECTURE_UNKNOWN

Unknown architecture.

See Also