First you try to import objects into a static property. This is not supported by MEF: MEF creates objects, not classes. If you want to initialize static properties, you must do this manually as follows:
DllList = container.GetExports<IControlModule, IImportComponentCapabilites>();
: DirectoryCatalog AssemblyCatalog . AssemblyCatalog MEF , AssemblyCatalog.Parts, , . , , MEF , .
, , , - . MEF . , MEF codeplex, ComposablePartCatalogAssemblyCache.
, Lazy<T>, , . , .