简体   繁体   English

适用于xbox360的.net compact / xna3.1中的RX扩展/并行任务库?

[英]Rx extensions/parallel task library in .net compact/xna3.1 for xbox360?

Is there any way I can use the .net task parallel library that was included in the Rx extensions for .net 3.5 SP1 in xna 3.1 for xbox 360? 有什么方法可以使用xbox 3.1的xna 3.1的.net 3.5 SP1的Rx扩展中包含的.net任务并行库? Or, alternatively, to use the Rx extensions themselves? 还是要自己使用Rx扩展? The assemblies installed by .net 3.5 SP1 Rx extensions installer do not appear to be compatible with the .net compact framework. .net 3.5 SP1 Rx扩展安装程序安装的程序集似乎与.net紧凑框架不兼容。

Or, if not possible with xna 3.1, is it possible with xna 4.0? 或者,如果xna 3.1无法实现,xna 4.0是否可以实现? I know that the Rx extensions are available for windows phone (via Microsoft.Phone.Reactive), but not for xbox360 targets. 我知道Rx扩展可用于Windows Phone(通过Microsoft.Phone.Reactive),但不适用于xbox360目标。 However, the task parallel library doesn't appear to be available for use on either WP7 or xbox360 targets. 但是,在WP7或xbox360目标上似乎都无法使用任务并行库。

You can reference Microsoft.Phone.Reactive from an XNA project for the phone just like you can with a Silverlight project. 您可以从电话的XNA项目中引用Microsoft.Phone.Reactive,就像使用Silverlight项目一样。 Should just work... Not sure about its availability for Xbox 360, however. 应该可以正常工作...但是不确定Xbox 360的可用性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM