.NET Windows 窗体应用程序可以在 64 位操作系统中运行还是需要修改? [英] Will a .NET Windows Forms application work in a 64-bit OS or does it need to be modified?

查看:15
本文介绍了.NET Windows 窗体应用程序可以在 64 位操作系统中运行还是需要修改?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一般来说,.NET Windows Forms 应用程序可以在 64 位操作系统中运行还是需要修改?

Generally speaking, will a .NET Windows Forms application work in a 64-bit OS or does it need to be modified?

推荐答案

如果它不依赖于 32 位外部库(例如 COM 组件),它将作为 64 位进程完美运行,并将利用其优势(大地址空间,x64 指令集,...).如果它依赖于 32 位的东西,大多数时候,您仍然可以通过将目标平台设置为 x86 来将它作为 32 位应用程序运行.

If it doesn't rely on a 32 bit external library (e.g. COM component), it'll work perfectly as a 64 bit process and will leverage its benefits (large address space, x64 instruction set, ...). If it relies on 32 bit stuff, most of the time, you can still run it as a 32 bit application by setting the target platform to x86.

这篇关于.NET Windows 窗体应用程序可以在 64 位操作系统中运行还是需要修改?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆