Click here to Skip to main content
15,884,176 members
Articles / Programming Languages / C#

32-Bit or 64-bit OS ??

14 Oct 2010CPOL 2K   1   2
I use some silly method which, until now, seems to work at all deployed machines. I just check to see if the registry is redirected. This is typical for 64Bit OS.I have two functions, one checks if the OS itself is 64Bit. The other checks if my (or a) application is running in 64Bit.For OS...
Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.