Hi,
Using System.Reflection, I can get all methods from a specific class...but I need know what are the refereces to these methods. For examp. In Visual Studio, if you want the references of specific object...you make right click on the object and select "Find All References"...and Visual Studio show the references of this selected object...I want make the same, but from code with reflection or another way...
I hope you can hel me. :)
Regards, Cristhiam