在 Reflector 中打开 XNA Xbox 360 程序集
我想了解一下 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.