Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

ILMerge [dll_portable]

0.00/5 (No votes)
1 Jul 2010 1  
Transforming ILMerge.exe to DLL [for convenient usage only]
Transforming ILMerge.exe to DLL [for convenient usage only].

Use:

1. reference->Add [ILMerge_Portable.dll]

2. ...

Imports ILMerge_Portable

Sub Main()

    ' [1]
    Dim args As String() = {"/out:target.dll", "D:\source1.exe", "D:\source2.exe"}
    If Emicrox.Processing(args) Then
    EndIf

    ' [2]
    If Emicrox.Processing("D:\source.exe", "target.dll", False) Then
    EndIf

    ' [3]
    If Emicrox.Processing("D:\source1.exe", "D:\source2.dll", "target.dll", False) Then
    EndIf

End Sub


http://emicrox-net.1gb.ru/source/ILMerge_Portable.dll

INFO: http://emicrox.net

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here