tool for extracting common methods

  • Thread starter Thread starter Vikram
  • Start date Start date
V

Vikram

I have a task where I have 5 different class files , which have almost
similar methods. But not sure... I want to check all 5 of them and want to
list all the functions which are common in all 5.
Is there any kind of tool or freeware available to performa similar task
 
Is this something that you need to do periodically or just once. If just
once, and since there are only five classes, maybe just loading the
assemblies in Reflector, or something, and eye balling the methods. Maybe
just create a spreadsheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top