. Net Package Multiple DLL into one DLL (ilmerge)

Source: Internet
Author: User

During the underlying Encoding Process of. net, multiple dll may be generated for function independence, which is inconvenient to reference. In this regard, Microsoft provides an ilmerge tool, the original dostool, which can merge multiple DLL files into one. After the download is complete, install it and run the doscommand. The usage is as follows:

D: \ Program Files \ Microsoft \ ilmerge> ilmerge/log : Log . Txt/targetplatform : V4 /

Out: Merge. Dll analysislibrary. dll usbclasslibrary. dll 

Note: The purpose of this operation is to merge the analysislibrary. dll and usbclasslibrary. dll class libraries under the current directory into merge. dll in the form of. netframework 4.0 (V4.

Where: /Log : Log . Txt The command is to write the logs generated in the process to the log.txt file. Out : Merge . Dll : Is the output file. Analysislibrary. dll usbclasslibrary. dll is the source file. Multiple source files are separated by spaces.

Of course, some people have added interfaces. If you are not used to the DOS command, you can also download the GUI tool here. Download version 1.9 or an updated version. Version 1.0 only supports framework2.0. The interface tool is relatively simple.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.