MEF2 how to ExportMetaData
hi,
i working @ project using mef1 works fine dynamically export metadata on different dlls.
now moving forward mef2 in did not see documentation on how handle 'exportmetadata".
do need create concrete class attributes metadata? still use attributes in targeted class ?
are there samples?
thanks
maggie
hi import dll partially in mef,
please check following provide sample mef exports, this:
conventions.fortype<mainwindow>() .export<iview>(x => x.addmetadata("name", "main"))
best regards,
cole wu
we trying better understand customer views on social support experience, participation in interview project appreciated if have time. helping make community forums great place.
click here participate survey.
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment