DictionaryForumContacts

   English
Terms for subject Microsoft containing MEF | all forms | exact matches only
EnglishRussian
MEF catalogкаталог MEF (An object that provides a collection of MEF parts from a specific source, such as a type, an assembly, or a directory, to a MEF composition container. A catalog is responsible for discovering MEF parts that a MEF composition container can make available to MEF apps)
MEF compositionкомпозиция MEF (The process of matching MEF imports to MEF exports, performed by the MEF composition engine)
MEF composition containerконтейнер композиции MEF (A MEF composition engine that is based on MEF catalogs and MEF part instances)
MEF composition engineобработчик композиции MEF (An object that resolves a MEF part's dependencies and exposes its capabilities to other MEF parts and apps through composition, that is, by binding MEF imports to MEF exports)
MEF contractконтракт MEF (An identifier that determines how MEF imports and exports are matched. The contract consists of a name that identifies the contract and a type, which specifies the exported type. Both the contract name and the contract type can be either automatically generated or specified)
MEF exportэкспорт MEF (An object that a MEF part provides to make its services available to other MEF parts)
MEF importимпорт MEF (A dependency that a MEF part specifies and fulfills from exports provided by other MEF parts. For example, common services can be provided in a MEF part and declared as an import by other MEF parts)
MEF partчасть MEF (An object that is the basic building block of a MEF application. Each MEF part declares its dependencies (imports) and capabilities (exports), which are matched with the imports and exports of other MEF parts and made available to MEF apps)