Convert C# code to IL code

Viewed 15350

How I can get IL code of C# code ? Can I do this with a extern library, or exists internal functions ?

EDIT : I want to show IL code in my application with a MessageBox.

6 Answers
Related