I need in my Application to read in the Code (or if better dll) of another project and read information of it.
I need to extract Methodsdefinition with specific attributes.
Also I want to get the references where (or if) these methods are called.
Is there a simple way (.Net class) to fullfill these requirements?