|
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
|