Identifying the CPU architecture type using C#

You could also try (only works if it’s not manipulated):

System.Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE")

Leave a Comment