I have been googling this for a while but can't seem to find the answer. I want to be able to find what classes are in a particular .cs file using reflection. If this is only possible via parsing the file, that would be good to know as well.
EDIT:
Turns out I really wanted to find all classes an a namespace, not necessarily the file. Found a solution for that at this site:
http://www.ben-rush.net/blog/PermaLink.asp...tnet=consultantThis post has been edited by ericode: 20 Dec, 2007 - 09:44 AM