标签: dependency-injection mef
我有一个记录器接口,我注入了许多不同的类,我可以将该类注入一个存储库类,这也是一个注入其他类的Import类吗?
希望这是有道理的,我自己有点困惑。
THX
答案 0 :(得分:2)
是的,一个类可以导入和导出部件。
Glenn Block在他的文章Managed Extensibility Framework: Building Composable Apps in .NET 4 with the Managed Extensibility Framework中解释得很清楚。