Link to home
Start Free TrialLog in
Avatar of pointeman
pointemanFlag for United States of America

asked on

Decompile Code using Reflection?

There's a product by Lutz Roeder called 'Reflector'. http://www.red-gate.com/products/reflector/

Just wondering if his procuct uses reflection to read actual code within a .NET compiled assembly?
ASKER CERTIFIED SOLUTION
Avatar of Gyanendra Singh
Gyanendra Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pointeman

ASKER

Do you know of reflection code that actually displays the code inside methods, etc?
I thought Reflection only returned method, property, etc... names, not actual code.
Just curious...