Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: How to check if OS is 32 or 64 bit?

$
0
0
And if your bootstrapper is .NET 4 (most likely it is) you can use even more direct approach:
if (!Environment.Is64BitOperatingSystem)
{
    //do x86 stuff
}

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>