Determine if Your C# Application is 64-bit
Sep.03, 2008 in
C#
Content Aggregated From: CSharp411.com
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
Read more…















Leave a Reply
You must be logged in to post a comment.