65.9K
CodeProject is changing. Read more.
Home

ILMerge [dll_portable]

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Apr 12, 2010

CPOL
viewsIcon

9820

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