Property Architecture
Architecture
Gets the ArchitectureKind identifying the architecture of the current process.
public static ArchitectureKind Architecture { get; }
Property Value
Remarks
Note that the architecture running here is not necessarily the architecture of the operating system.
In many cases, an OS can run code that is not its own native architecture, for instance:
Generally, the most useful value is the process's architecture, so that's what this returns.