Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Get all classes from a Project?
 

Get all classes from a Project?

I have this working fine, but the solution is not as elegant as I would think it could be... Just curious if there is some kind of command that I'm not aware of that will eliminate the need for walking the Project's ProjectItem tree and going into the FileCodeModel for each. dont really want to load the assembly from the bin and reflect on it if i there is another way though b/c i want the class list to be 'live' without requiring a recompile of the project.

thanks
smartindale  Tuesday, August 01, 2006 3:56 AM
That's the only way, AFAIK.
kzu  Tuesday, August 01, 2006 3:04 PM
That's the only way, AFAIK.
kzu  Tuesday, August 01, 2006 3:04 PM

You can use google to search for other answers

Custom Search

More Threads

• How do you enable delay signing on a web project programmatically?
• System.Collections.Generic.KeyNotFoundException in custom T4 Action
• Error unfolding a project template
• GAT: unexpected error loading template...
• Effort in creating class recipe
• Actions don't get executed
• Trying To Use Solution Folders for Projects
• Debug.WriteLine not allowed in custom TypeConverter?
• Problem with Package Building (2 projects included as .vstemplate, but references not being resolved)
• WCSF June 2007 with .Net Framework 3.0 SP1