Determine if Your C# Application is 64-bit
It’s easy to determine if your C# application is 64-bit. Just check the Size property of IntPtr. If it’s 8, then your application is 64-bit. If it’s 4, then your application is 32-bit. Here is a simple C# console program to demonstrate this: (more…) ShareThis














