开发者

How to tell if app is running in 32-bit or 64-bit mode?

开发者 https://www.devze.com 2023-01-09 01:28 出处:网络
I have a C# project with target platform set to \"Any CPU\". As I understand, the app will be compiled from MSIL to 32-bit on regular

I have a C# project with target platform set to "Any CPU". As I understand, the app will be compiled from MSIL to 32-bit on regular Windows (x86) and 64-bit for 64-bit Windows. Is it possible to show at runtime what mode it is开发者_如何学Python running in ?

Thanks in advance.


Here are some of the ways : http://rongchaua.net/blog/c-how-to-determine-processor-64-bit-or-32-bit/

0

精彩评论

暂无评论...
验证码 换一张
取 消