Click here to Skip to main content
16,004,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am doing a Windows application where I provide the path of the web application DLL and I am succesfull in retrieving the method names, method info using Reflection. Now I need the reference made to that methods (i.e Called method info i need ...).The called method may be in another .CS file.

Please provide some information on how can I get reference of the calling methods.

Thanks in advance.
Posted
Updated 8-Aug-10 22:45pm
v2

1 solution

You can do that within the IDE, with a right click on the method name and one of the options there. You can also do a text search. At runtime, without adding code, you cannot.
 
Share this answer
 
Comments
sainath437 9-Aug-10 4:48am    
thanks for the ans...
but iam jst giving the path of that DLL in a windows application(i am not adding that dll to my windows application)...
Suppose i take select any DLL.. I need to get the method names in that DLL and all the reference of the called methods..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900