Renames a class and updates references to it in the loaded classes. Returns a list of classes that were changed.
function renameClass input TypeName oldName "The path of the class to rename."; input TypeName newName "The new non-qualified name of the class."; output TypeName[:] result; end renameClass;