Is it possible to inspect an assembly's IL instructions programmatically using managed code?

Posted by Ash on Stack Overflow See other posts from Stack Overflow or by Ash
Published on 2010-05-13T02:17:07Z Indexed on 2010/05/13 2:24 UTC
Read the original article Hit count: 251

Filed under:
|
|

See title. Reflection.Emit seems to be more about creating a new dynamic assembly, not for loading an exisitng assembly and inspecting its IL.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about il