Hey, On 12/5/08, Lie Wang <[EMAIL PROTECTED]> wrote: > I know I can read an assembly and modify some IL of it, and then load > it using AssemblyFactory.CreateReflectionAssembly() method. However, I > want to modify a type which is already loaded in. Is there any way to > do that? For instance, I have the below code.
No, you would have to open the modified assembly in a new AppDomain, then interact with it. -- Jb Evain <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
