I am trying to extract all class names from my solution in C3 vs 2008. I am able to do this for a single project using reflection passing the assembly name. But the problem is how can i get this working for my entire solution?.
Is there any way i can extract all assembly names from my solution? My solution basically has 10 projects and i want to extract information from all projects.
If it’s not about a run time, you can try to use ILDasm tool to fetch class names from a compiled assembly. For example:
or a next command to parse all libraries in a current folder: