Retrieving IL Code from Assembly with C#

G

Guest

Is there a way to retrieve the IL Code generated for an Assembly with C#. I
know that there are several good tools to do this, however, I need to do it
through code. I have an app that generates assemblys dynamically and I want
to see the IL generated.
 
S

Shiva

Look at this one as well (IL Reader for .NET):
http://www.aisto.com/roeder/dotnet/

Is there a way to retrieve the IL Code generated for an Assembly with C#. I
know that there are several good tools to do this, however, I need to do it
through code. I have an app that generates assemblys dynamically and I want
to see the IL generated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top