使用MEF从非引用的程序集导入类型

时间:2010-12-09 12:14:00

标签: mef

我有这个代码:

IDocumentParent parent;

var typeofParent = Type.GetType("custom.type", true, true);

问题是我想从未引用的程序集创建类型。

我不想沿着Assembly.Load路走下去,所以我想知道MEF是否能很好地解决这个问题?

1 个答案:

答案 0 :(得分:0)

  

问题是我想从未引用的程序集创建类型。我不想走下Assembly.Load路径,所以我想知道MEF是否能很好地解决这个问题?

是。看看MEF programming guide