Internalizing Assemblies with ILMerge

added by BlackWasp
7/3/2011 5:18:18 PM

129 Views

ILMerge is a useful tool provided by Microsoft that allows a number of assemblies to be combined into a single dynamic linked library or executable. By default, public types from source assemblies remain public. In some cases they should be internalized.


0 comments