Guest User

Untitled

a guest
Jun 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. _catalogs = new AggregateCatalog();
  2. var dir = new DirectoryCatalog("X", "*.dll");
  3. compositionContainer = new CompositionContainer(_catalogs, true);
  4. compositionContainer.ComposeParts();
  5.  
  6. _catalogs.Catalogs.Remove(_catalogs.Catalogs.First());
Add Comment
Please, Sign In to add comment