How can my C# application check whether a particular application/process (note: not the current process) is running in 32-bit or 64-bit mode?
For example, I might want to query a particular process by name, i.e, abc.exe, or based on the process ID number.
One of the more interesting ways I’ve seen is this:
To find out if OTHER processes are running in the 64-bit emulator (WOW64), use this code: