Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
32-bit or 64-bit OS
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01504044
Message ID:
01504062
Views:
101
This message has been marked as the solution to the initial question of the thread.
>How can I (programatically) find out if the app is running on a 32-bit or 64-bit OS?

For .NET you can just use System.Environment.Is64BitOperatingSystem
Other useful properties of the System.Environment classs : .Is64BitProcess, ProcessorCount
Previous
Reply
Map
View

Click here to load this message in the networking platform