C#获取C# DLL中的指定接口的所有实现实例 - qq_19759475的博客 - CSDN博客
2021-06-04 02:01
阅读:692
public static List
List
var dlllll = Assembly.Load(dllpath);
{
if (typeof(T).IsAssignableFrom(objType.GetType()))
rs.Add((T)objType);
}
return rs;
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:C#获取C# DLL中的指定接口的所有实现实例 - qq_19759475的博客 - CSDN博客
文章链接:http://soscw.com/index.php/essay/90196.html
文章标题:C#获取C# DLL中的指定接口的所有实现实例 - qq_19759475的博客 - CSDN博客
文章链接:http://soscw.com/index.php/essay/90196.html
评论
亲,登录后才可以留言!