C#加载dll 创建类对象
摘要:
//加载dll 创建类对象string sqlightAssembly = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "system.data.sqlite.dll"); Assembly lib = Ass... 阅读全文
posted @ 2015-12-21 09:54 strangeman 阅读(1099) 评论(0) 推荐(0)
posted @ 2015-12-21 09:54 strangeman 阅读(1099) 评论(0) 推荐(0)