Microsoft Intermediate Language Disassembler (ILDASM)
Using the MSIL Disassembler (Ildasm.exe) to create a Windows-based output, you can explore namespaces in files that come with the runtime or are created by yourself or others. Each namespace node rep
ITPro Today
March 14, 2002
1 Min Read
Using the MSIL Disassembler (Ildasm.exe) to create a Windows-based output, you can explore namespaces in files that come with the runtime or are created by yourself or others. Each namespace node represents a separate namspace that can be expanded to explore class objects and their properties. Ildasm.exe also has a several command-line options, which are helpful to redirect output to the console or a text file for analysis. Developers can put a shortcut to Ildasm.exe in the SentTo folder.
Read more about:
MicrosoftAbout the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like