Tuesday, March 16, 2010

ILASM and ILDASM

With Visual Studio, we have two programs for IL compilation:
•    ilasm.exe: Used to compile program written in IL and convert them to .exe or .dll files.
•    Ildasm.exe: Does the opposite process as it reads an .exe or .dll file and retrieves the IL file, which contains the manifest and the metadata.

No comments:

Post a Comment