1

I'm using .NET Reflector a lot. Now I would like to "disassemble" a type which I think is created at runtime - I would like to see code of dynamic proxy generated by Entity framework 4. Is it possible somehow?

Ladislav Mrnka
  • 360,892
  • 59
  • 660
  • 670

2 Answers2

2

have a look at this post: Is it possible to save a dynamic assembly to disk?

Community
  • 1
  • 1
TimC
  • 1,051
  • 9
  • 16
1

This will allow you to disassemble method bodies. I use it when debugging Expressions.

http://blogs.msdn.com/b/haibo_luo/archive/2006/11/16/take-two-il-visualizer.aspx