using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Text; public class RefPrint { public static PrintLog PrintTool; private static StringBuilder sb = new StringBuilder(); public static void…