Possible Duplicate:
How to detect Windows 64 bit platform with .net?
Hi all, I am currently developing an application in c# and would like to know if it is possible using code to determine if the OS the computer is running is 32bit or 64 bit. The program I am writing is compiled as 32 bit but need to know if it is running on 64 bit or not.
Thanks