예제 #1
0
 public static void RefreshLoad()
 {
     class120_0 = new Class120();
     list_0     = new List <PlugIn>();
     SQLUtil.smethod_1();
     ServiceFactory.ClearService();
     smethod_3(FileUtil.SearchDirectory(Path.Combine(FileUtil.ApplicationRootPath, "plugin"), ".plugin"));
     ilog_0.Info("运行自动执行程序...");
     foreach (object obj2 in smethod_4("/Aisino/Auto", null))
     {
         Interface2 interface2 = obj2 as Interface2;
         if (interface2 != null)
         {
             interface2.imethod_0();
         }
         else
         {
             ilog_0.ErrorFormat("自动执行功能类型错误:{0}", obj2.GetType().ToString());
         }
     }
 }