Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / MSIL

Parsing the IL of a Method Body

Rate me:
Please Sign up or sign in to vote.
4.90/5 (69 votes)
28 Jun 2007CPOL4 min read 189.3K   6.1K   109  
This article shows how to get a readable and programmable result from the IL array provided by the MethodBody.GetILAsByteArray() method.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Romania Romania
.Net Developer specialized in ASP.Net 2.0 Applications with AJAX technology

Comments and Discussions