Multiple Out-of-Browser Applications in One Application

坚强是说给别人听的谎言 提交于 2019-12-05 13:27:08

What you need is MEF (which will be included in the CLR of the upcoming Microsoft .NET Framework 4) You Can read more about it here , here & there's an example here

Is there a reason why every game must be a separate application? It would be much easier to just install the master application as an OOB app and then have it load new XAPs from IsolatedStorage at runtime depending on what games the user has downloaded (installed). Or perhaps I am misunderstanding your scenario?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!