确定运行 .NET 应用程序的系统要求
如何确定 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,您会在不同的硬件上进行尝试,并记录其运行情况。由此您将能够推断出需要或建议的内容。我不知道其他方法。当然,您不能到处说“嘿,这里的 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".