c# - Updating Class/IL in Assembly -


if have assembly update few files in tool need in order this?

for example, in java 1 can decompress jar file update desired .class , recompress jar. how can accomplish equivalent in .net?

ilmerge easiest imo.

steps:

  1. create new assembly code
  2. use ilmerge merge code primary assembly

ilrepack alternative ilmerge.

ideally, though, should add code primary project, , recompile, if possible.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -