Search code examples
c#.netvisual-studiocil

Is there a tool to select some code in Visual Studio and have it show the corresponding MSIL?


Lately I've found myself constantly running ILDASM to study the MSIL output of my programs.

Are there any utilities to streamline this? Ideally, it would be nice to select some source code and have it compile, disassemble and emit the selected C# code in MSIL.

Anyone know of such a thing?


Solution

  • .NET Reflector

    I think that RedGate have bought the IP to this tool now. I'm fairly sure that there is a VS plugin which integrates to it to allow you to run this from vs.

    .Net Reflector Plugin alt text
    (source: mutantdesign.co.uk)