예제 #1
0
        public bool Execute(string[] paramsList)
        {
            try
            {
                PacketHandlers.SearchPacketHandler(Assembly.GetAssembly(typeof(AssemblyHelper)));

                return(true);
            }
            catch (Exception ex)
            {
                log.Error("搜索处理类失败!", ex);
            }

            return(false);
        }