Service.GetType().GetMethod(methodName).Invoke(Service, parameters);
其中Service为调用方法的实例,parameters为调用的参数