Skip navigation

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 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.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish