哪个版本的 .NET 可用于 Xbox 360?

发布于 2024-08-27 18:21:41 字数 308 浏览 6 评论 0原文

我试图在 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 技术交流群。

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

发布评论

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

评论(3

我最亲爱的 2024-09-03 18:21:41

我刚刚与我的一位 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.

堇年纸鸢 2024-09-03 18:21:41

信息就在那里,您只需按照链接 你提供的。

基本上,他们剥离了为 X360 开发游戏不需要的东西,即标准化的 Windows UI (System.Windows.Forms) 和与 Web 相关的 (System.Web)。取而代之的是,它具有 XNA 图形和网络库的类似功能。

来自 MSDN:

Xbox 360 的 .NET Compact Framework 不包含 System.Windows.Forms 命名空间或任何
它的类。 XNA 游戏中的用户界面元素由 2D 或 3D 图形(或两者)组成,
使用 Microsoft.Xna.Framework.Graphics 命名空间中的类创建。

Xbox 360 的 .NET Compact Framework 不包含 System.Web 命名空间。它仅支持 System.Net 命名空间的一小部分。

使用 XNA Game Studio 为 Xbox 360 开发的游戏可以使用 Microsoft.Xna.Framework.Net 命名空间中提供的功能来创建系统链接或 Xbox LIVE 多人游戏。

更多信息:
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:

The .NET Compact Framework for Xbox 360 does not include the System.Windows.Forms namespace or any
of its classes. User interface elements in an XNA game are composed of 2D or 3D graphics (or both),
created using classes in the Microsoft.Xna.Framework.Graphics namespace.

The .NET Compact Framework for Xbox 360 does not include the System.Web namespace. It supports only a small subset of the System.Net namespace.

Games developed for Xbox 360 using XNA Game Studio can use the functionality provided in the Microsoft.Xna.Framework.Net namespace to create system link or Xbox LIVE multiplayer games.

Further information:
Namespaces, Types, and Members in the .NET Compact Framework for Xbox 360
.NET Framework Class Library

HTH,

淡水深流 2024-09-03 18:21:41

它源自.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

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