2015年12月21日

C#加载dll 创建类对象

摘要: //加载dll 创建类对象string sqlightAssembly = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "system.data.sqlite.dll"); Assembly lib = Ass... 阅读全文

posted @ 2015-12-21 09:54 strangeman 阅读(1085) 评论(0) 推荐(0) 编辑

C#线程

摘要: 创建带参数Thread channelUpdaterThread = new Thread(new ParameterizedThreadStart(ChannelUpdaterThreadProc));channelUpdaterThread.Start(this);private static ... 阅读全文

posted @ 2015-12-21 09:27 strangeman 阅读(126) 评论(0) 推荐(0) 编辑

导航