确定运行 .NET 应用程序的系统要求

发布于 2024-08-14 03:27:03 字数 225 浏览 2 评论 0原文

如何确定 .NET 应用程序的最低系统要求?

我希望能够确定应列出的运行应用程序的最低系统要求(RAM、CPU、 该应用程序

是用 C# 编写的,并使用 .NET 3.5 和 DirectX9。

这一切都是关于试验和错误(在各种设置中运行它以查看它是否有效),还是有工具可以做到这一点

How can I determine the minimum system requirement for a .NET application?

I'd like to be able to determine what I should list as a minimum system requirements to run my application in terms of RAM, CPU, etc.

The application is written in C# and uses .NET 3.5 and DirectX9.

Is it all about trial and error (running it in various setups to see if it works), or are there tools to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执手闯天涯 2024-08-21 03:27:03

通常,您会在不同的硬件上进行尝试,并记录其运行情况。由此您将能够推断出需要或建议的内容。我不知道其他方法。当然,您不能到处说“嘿,这里的 IL 指令完全需要 Pentium 4”。

Usually you try it out on different hardware and keep note on how well it runs. From that you'll be able to deduce what is needed or recommended. I am not aware of other methods. Certainly you can't go around and say "Hey, this IL instruction here will totally need a Pentium 4".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文