Duplicate:
How can I tell if another process is 64bit?
Can I detect the bitness of a process from a .net Process object? I'm not trying to detect the bitness of the running application, nor of the OS, but of a specific process where I have an active Process object that is tracking/associated with the process.
Edit
Looking for a solution without pinvoke