How can I identify if a .exe file is 32-bit or 64-bit from C#

冷暖自知 提交于 2021-02-11 14:15:09

问题


How can I determine if an .EXE file (not my application, not another running application, not a .NET application) is 32-bit or 64-bit in C#? The best I found is this and I'm guessing there's a native .NET call.

来源:https://stackoverflow.com/questions/59911610/how-can-i-identify-if-a-exe-file-is-32-bit-or-64-bit-from-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!