I want to print method body on my web page using reflection. See attached image file, in that there is a GetAge method. When I select this method from the dropdown than body part of this method should be displayed on screen. The method is in DLL file. How can I achieve this in VB.NEt
EDIT: Some how I have succeeded to get MSIL code from DLL. Now I want to convert that code to C# code using code behind. Is there any way to do this?