在 Reflector 中打开 XNA Xbox 360 程序集

发布于 2024-08-28 02:51:04 字数 203 浏览 4 评论 0原文

我想了解一下 Xbox 360 和 Windows XNA 程序集之间的差异。我知道360运行的是.NET Compact Framework,我的印象是Reflector可以读取CF程序集,但是当我打开它们时,所有方法都是空白的,并且没有显示任何内部类。

这是故意这样做的,还是 Reflector 的限制?是否有其他方法可以了解 Xbox 360 XNA 组件的工作原理?

I'd like to get a look at the differences between the Xbox 360 and Windows XNA assemblies. I know the 360 runs the .NET Compact Framework and I was under the impression that Reflector could read CF assemblies, but when I open them, all of the methods are blank and no internal classes are shown.

Is this done on purpose, or is it a limitation of Reflector? Is there another way to see how the Xbox 360 XNA assemblies work?

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

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

发布评论

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

评论(1

心意如水 2024-09-04 02:51:04

Xbox 360 中包含的 .NET Compact Framework 版本是专门为在该设备上运行而设计的版本,它与您的 Windows Phone 不同。有关详细信息,请参阅此处

可能这就是反射器无法正确打开组件的原因。

The version of .NET Compact Framework included in XBox 360 is a specially version designed to run on that device only and it is not the same as you have you windows phones. See here for more information.

Probably, that is why reflector can not properly open the assemblies.

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