لطفا با هرگونه ایده و یا مثال برای حل مسله زیر راهنمایی کنین.

Scripting

Write a command line script, program or test that replaces the class name of all C#‎ files in a specific file tree that contains classes that have the name ”Array” somewhere in the class name. ”Array” should be replaced with ”ArrayView”. Only class names should be replaced.

ترجمه:
اسکریپت، برنامه یا تستی بنویسید که بتوان اسم یک کلاس خاص رو (مثلا CArray) که هر کجا داخل فایلهای سی شارپ (از یک شاخه) دید، تغییر بده به یک اسم جدیدتر مثلا (NewCArray). فقط اسم کلاس باید تغییر کند.