Project DescriptionHelps to see what is going on inside the MEF Composition Container
News:
04.09.2010 - Add part grouping by namespace option.
Container = new CompositionContainer(
new AggregateCatalog(
new AssemblyCatalog( Assembly.GetExecutingAssembly() ) ,
new AssemblyCatalog( Assembly.LoadFrom( @"MEFVisualizer.Exe" ) )
) );
Container.Compose( batch );
var meftoDgml = new MEFToDGML( Container){ IsNamespaceGrouping = true }; // The Visualizer
meftoDgml.WriteToDGMLFile(); // Write to DGML file