Click or drag to resize

OperatingSystemProcessorArchitecture Property

Gets the processor architecture for which the operating system is targeted.

Namespace:  Alphaleonis.Win32
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static OperatingSystemEnumProcessorArchitecture ProcessorArchitecture { get; }

Property Value

Type: OperatingSystemEnumProcessorArchitecture
The processor architecture for which the operating system is targeted.
Remarks
If running under WOW64 this will return a 32-bit processor. Use IsWow64Process to determine if this is the case.
See Also