frameworks - Multistep composition using MEF in C# -



frameworks - Multistep composition using MEF in C# -

i have rather complex application initialized in multiple steps or phases. components created during construction, when user context available, when frond end gets available. want utilize mef create easy extensible initialization process.

my question now... is possible have mef compose in multiple steps? imports can satisfied, others after e.g. user context available within sec composition.

if understand correctly want compose in initial step , want utilize results initial step in next ones. if mean

...is possible have mef compose in multiple steps? ...

you can thread stackoverflow.com , go on msdn compositionbatch.

otherwise if object tree can initialized anytime, can phone call container.getexportedvalue() type need in process.

c# frameworks mef managed extensibility

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -