How can we open the disassembler from Dot Net Command prompt ?

 Posted by Puneet20884 on 3/3/2010 | Category: .NET Framework Interview questions | Views: 6817
Answer:

ILDASM (Intermediate Language Disassembler) is installed along with Visual Studio. You can found it inside the Visual Studio SDK Folder.
Version folder name will be depends on your .NET Framework version.
As for Example,
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\
Now With the help of command
ILDASM
we can open it from Visual Studio Command Prompt.

We can open the ibuilt disassembler provided with framework to check the assembly information.


Modified By :
Moderator 3


| Alert Moderator 

Comments or Responses

Posted by: Puneet20884 on: 3/10/2010
Thanks moderator 3 for modifing the answer to better understanding !!

Login to post response