MSIL inspection

Posted by Frank Schwieterman on Stack Overflow See other posts from Stack Overflow or by Frank Schwieterman
Published on 2010-03-12T21:39:32Z Indexed on 2010/03/12 22:37 UTC
Read the original article Hit count: 342

Filed under:
|

I have some MSIL in byte format (result of reflection's GetMethodBody()) that I'd like to analyze a bit. I'd like to find all classes created with the new operator in the MSIL. Any ideas on how to do that programmatically?

© Stack Overflow or respective owner

Related posts about msil

Related posts about .NET