c# Can I use reflection to inspect the code in a method?

Posted by koraytaylan on Stack Overflow See other posts from Stack Overflow or by koraytaylan
Published on 2010-04-22T19:35:38Z Indexed on 2010/04/22 19:53 UTC
Read the original article Hit count: 160

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about reflection