Closed bruno-garcia closed 6 years ago
When targeting .NET Framework 4+ the API used to extract CPU architecture uses the bitness of the process instead of the machine.
Contexts interface for Device architecture expects the bitness of the actual device.
Environment.Is64BitProcess
Is64BitProcess
Device
When targeting .NET Framework 4+ the API used to extract CPU architecture uses the bitness of the process instead of the machine.
Contexts interface for Device architecture expects the bitness of the actual device.
Environment.Is64BitProcess
to App Contexts.Is64BitProcess
fromDevice