哪个版本的 .NET 可用于 Xbox 360?
我试图在 MSDN 上查找这个问题,但无法得到直接答案。
它说:
适用于 Xbox 的 .NET Compact Framework 360 实现了 .NET 的一个子集 紧凑框架,并已 优化以利用和 展示 Xbox 360 的强大功能。
子集到底是什么?哪个版本的框架? 3.5? 2.0?
I tried to look this up on MSDN, but couldn't get a straight answer.
It says:
The .NET Compact Framework for Xbox
360 implements a subset of the .NET
Compact Framework, and has been
optimized to take advantage of and
expose the power of the Xbox 360.
What exactly is the subset? Which version of the framework? 3.5? 2.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我刚刚与我的一位 XNA 好友交谈 - XBOX360 附带多个版本:2.0、3.0 和 3.5 - 源自 .NET CF 的各个版本。
I just spoke to an XNA buddy of mine - the XBOX360 ships with multiple versions: 2.0, 3.0 and 3.5 - derived from the various versions of the .NET CF.
信息就在那里,您只需按照链接 你提供的。
基本上,他们剥离了为 X360 开发游戏不需要的东西,即标准化的 Windows UI (System.Windows.Forms) 和与 Web 相关的 (System.Web)。取而代之的是,它具有 XNA 图形和网络库的类似功能。
来自 MSDN:
更多信息:
Xbox 360 .NET Compact Framework 中的命名空间、类型和成员
.NET Framework 类库
HTH,
The information is there, you just have to follow the articles from the link you provided.
Basically, they have stripped out what you will not need to develop games for X360, that is, standardised Windows UI (System.Windows.Forms) and web-related (System.Web). In their place, it has similar functionality from the XNA graphics and network libraries.
From MSDN:
Further information:
Namespaces, Types, and Members in the .NET Compact Framework for Xbox 360
.NET Framework Class Library
HTH,
它源自.NET 2.0。
框架内容的资源
http://msdn.microsoft.com/en-us/library/bb203912。 ASPX
It is derived from .NET 2.0.
Resources for what is in the Framework
http://msdn.microsoft.com/en-us/library/bb203912.aspx