摘要:
調用託管dll的幾種辦法#region 第二种方法 public static void downc(string fnamespace, string fclass, string fmethod) { try { object[] par = new object[1]; par[0] = str; Assembly MyAssembly = AppDomain.CurrentDomain.Load(fnamespace); ... 阅读全文
posted @ 2012-03-19 14:50
祝福灵魂
阅读(193)
评论(0)
推荐(0)