I've got a bunch (100 or so) DLL files. I would like to create an Excel sheet that shows:
Assembly Path & DLL name
Namespace
Class Name
I can use VS2010 to get this information or ILDASM but in each case the information is not readily convertable to my 3 column Excel sheet. The best I seem to come up with is to get the info on the screen and manually type it into Excel. Not good.
Anyone know of a tool that will do this, or at least output the items I mentioned to a CSV file?
Assembly Path & DLL name
Namespace
Class Name
I can use VS2010 to get this information or ILDASM but in each case the information is not readily convertable to my 3 column Excel sheet. The best I seem to come up with is to get the info on the screen and manually type it into Excel. Not good.
Anyone know of a tool that will do this, or at least output the items I mentioned to a CSV file?