On 5/26/09, Philip Laureano <[email protected]> wrote: > > Is that how Db4o is doing field interception? Do they take the same approach? > > I noticed that they make field interception so seamless that you don't > even notice that your type has been modified. For example, take a look > at this fixture: http://is.gd/EcPG > > There doesn't seem to be any code here that shows that the > FieldSetterTestSubject class is being modified when the test is run, > and yet, the test seems to show that the field is being > intercepted--how is this possible?
They instrument the assembly as a post-compilation step. -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
