I looked and it doesnt seem possible but it might be. Using reflection i would like to know if two classes were compiled/defined in the same source file? I would like to use a class as a configuration file and found a way to do it per namespace but would like to use a per file solution
Share
At first I thought this is not possible, but this guy came up with a scheme that does not require deploying the PDB files, but compiled a database from them in order to get this info.
I would say that you do have to have the PDB files, or at least some of the data in them in order to do this.