摘要: 方法 1 using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace BT.Preservation.Models { public static clas 阅读全文
posted @ 2021-05-07 17:52 是晚安呀 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 方式一:占用文件的加载 Assembly assembly = Assembly.Load(path); 用上面的方法可以动态的加载到dll,但是用这种方法加载到的dll一直到程序运行结束都是占用的dll文件,在此期间不能够对dll文件进行升级,或者修改. 方式二:不占用文件的方式 Assembly 阅读全文
posted @ 2021-05-07 17:20 是晚安呀 阅读(658) 评论(0) 推荐(0) 编辑