/// <summary>
 /// Classes at the end of the array are at the top of the inheritance tree.
 /// </summary>
 void AddClassInheritanceTree(params string[] classNames)
 {
     helper.AddClassInheritanceTreeClassesOnly(classNames);
 }