using System; using System.Collections.Generic; using System.Reflection; namespace test { public class test { public static void RunSchedule() { test type = Activator.CreateInstance(typeof(test), true) as test; MethodInfo method = type.GetType().GetM…