mef
2-way Cross Process Communication
I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas[详细]
2023-04-11 01:36 分类:问答Utilising methods available in plugin1 in plugin2 via MEF
I have a console based MEF application the host (CompositionContainer) of which loads available plugin assemblies based on the command line parameter, for example:[详细]
2023-04-11 00:55 分类:问答MEF vs Unity import into view model
When using unity you can import the container in the constructor of a view moder per say. But how would I do import a MEF contai开发者_开发知识库ner into a view model to resolve instances?[详细]
2023-04-10 16:46 分类:问答MEF and exporting based on Metadata
OK I\'m pretty sure this is something blindingly obvious but I\'m not finding it. I\'m trying to export a object from MEF container based on it\'s Metadata.[详细]
2023-04-10 16:25 分类:问答How to apply PIAB in WCF with MEF?
I have my service lay开发者_JS百科er serving as a facade over my domain model layer to orchestrate calls to domain objects. I wrote a custome instance provider for my WCF services to harness MEF for i[详细]
2023-04-10 07:27 分类:问答Getting exported part instance from MEF container
How I can the existing instance of an exported part in MEF container . If I have class A which was composed in the container , I need in some places in my code to get the instan开发者_开发问答ce , if[详细]
2023-04-09 17:56 分类:问答Asp Mvc 3 with NinjectHttpApplication and MEF
I am using Ninject as my MVC contr开发者_高级运维oller factory, but I also load in certain routes and controllers via MEF, these controllers need to be able to register themselves with Ninject:[详细]
2023-04-08 23:50 分类:问答MEF Child Container Module Not Initializing
I have a simple container hierarchy with a parent container which is defined in the Shell MEFBootstrapper using a Directory catalog, and child container(s) which get created off the parent with a dist[详细]
2023-04-08 23:38 分类:问答Does CompositionContainer.SatisfyImportsOnce reuse components?
In a WCF service project, I have created a simple wrapper for MEF CompositionContainer to simplify its instantiation :[详细]
2023-04-08 14:57 分类:问答MEF ComposeExportedValue method
I have the following situation : I have in UserControl A , in this user control I manage selecting a list of contacts for sending email. I added to its ViewModelA an Action so after filling the cont[详细]
2023-04-08 13:35 分类:问答