.NET FAQs Unleashed!
 
    
    

What is ILDASM?

ILDASM - The contents of an assembly may be viewed using the ILDASM tool that comes with the .NET SDK and with Visual Studio.NET. The ildasm.exe tool may also be used in the command line compiler. ILDASM basically stands for Intermediate Language Disassembler.



More Interview Questions...