c# Can I use reflection to inspect the code in a method?
- by koraytaylan
i'm playing around with c# reflection api. i can easily load type info of classes, methods etc. in an assembly.
now i wonder how can i load and read the code inside a method?