Recently, I used Mono.cecil to modify program. Mono.cecil can use Import() to let you use a variable type, method or
class defined in object assembly. However, there are many developers, including me, who will encounter thus question: I want to use a method in object assembly, but the method is defined in another assembly. It has been confusing me a period of time. Thanks for Jb's precious advice and I have got a simple resolution. There is another project called Mono.ILRepack, which is available at https://github.com/gluck/il-repack, this project can merge some assemblies into a single one. It is an executable program, and you can use cmd to merge them. So to solved thus question, we can merge two assemblye first, and then use Mono.cecil to use the method in the object assembly as usual. That's is my idea, welcome your advices and discussion. :) -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
