Essential assembler for .NET.
ILMerge is a utility that allows to
join various .NET file in a single one. On many occasions, when the .NET development environment is used, people would like to have an assembler handy to be able to create a unique executable file or that will allow you to create any development in the best possible way.
Among the options available in
ILMerge you will have the possibility to
use it in command line console, even though it is also possible to use it by means of an interface, but it has to be installed separately. Microsoft offers many options when it comes to controlling the behavior of
ILMerge, all of them perfectly documented.
ILMerge works by means of the .NET, preferably with version 2.0 even though it integrates perfectly with the earlier versions. Nevertheless, it is
only capable of combining PDB files from the second version of the framework by Microsoft.
The functionality of
ILMerge comes due to the ease with which it allows to
generate files from various executables, libraries and other files that any development based on .NET Framework needs.