Example #1
0
 /// <summary>Gets the names of all internal patch info fields</summary>
 /// <returns>A list of field names</returns>
 ///
 public static List <string> HarmonyFields()
 {
     return(AccessTools
            .GetFieldNames(typeof(HarmonyMethod))
            .Where(s => s != "method")
            .ToList());
 }