. NET to package multiple DLLs as a single DLL (Ilmerge)

Source: Internet
Author: User

In doing. NET underlying encoding process, in order to function independently, it is possible to generate multiple DLLs, reference is very inconvenient. In this regard, Microsoft provides a Ilmerge tool, the original DOS tool, you can combine multiple DLLs into one. After the download is complete, you need to install it and then enter it via DOS command. The specific usage is as follows:

D:\Program FILES\MICROSOFT\ILMERGE>ILMERGE/LOG:LOG.TXT/TARGETPLATFORM:V4/

Out:merge.dll AnalysisLibrary.dll USBClassLibrary.dll

Description: 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: The/log:log.txt command is the log in the build process that is written to the Log.txt file. Out:merge.dll: is the output file. AnalysisLibrary.dll USBClassLibrary.dll is a source file, and multiple source files are separated by spaces.

Of course, some people have added the interface, if you are not accustomed to DOS commands, you can download the GUI interface tool here. Please download version 1.9 or later, version 1.0 is only supported to Framework2.0. The interface tool is relatively simple, here is not redundant.

Loading:

. NET to package multiple DLLs as a single DLL (Ilmerge)

. NET to package multiple DLLs as a single DLL (Ilmerge)

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.