My Silverlight PRISM application is loading several XAP modules. I want to be able to get access to the types contained in the loaded modules so I could create instances of the views and modelviews BE
I\'m attempting to create a framework for allowing controllers and views to be dynamically imported into an MVC application. Here\'s h开发者_StackOverflowow it works so far:
Hi I have some problems in import scenarios example: [Export(typeof(IICon))] public class WriteInputData : IICon
I am trying to use MEF to load a DLL as an when it is needed, however, the information in tutorials I have read hasn\'t been the most helpful.
What I\'m trying to do is for this to work: GetMethod(Key key)(...some arguments...) The \"...some arguments...\" varies between each call of GetMethod, including in number of parameters, so there
I have a silverlight app which is hosted on an azure webrole. I use the MEF deployment catalogs to load additional xap files at runtime.
I use prism v4 and MEF to load my modules. My modules contain a handful of views (MVVM) which are loaded in a ItemsControl/NavigationRegion automatically by MEF.
I would like to dynamically apply the MEF Export attribute to a type at run-time开发者_开发知识库, exactly as if the type had had an Export attribute applied at compile time.
What is AggregateCatalog? 开发者_StackOverflowWhat does it mean when you construct a new AggregateCatalog()? What does it mean when you add assemblies to the catalog, eg catalog.Catalogs.Add(new Assem
I\'m trying to find best way to create extensible and autoupdating application. Scenario: many standalone applications on clients machines