.netintermediate-language

IL Compiler for .NET?


This may be a dumb question, but is there a compiler for IL code, similar to that shown by Reflector in IL mode?


Solution

  • ilasm, it comes with the .NET Framework.

    The complete reference is here.