tonerdo / pose

Replace any .NET method (including static and non-virtual) with a delegate
MIT License
1.08k stars 74 forks source link

Intercept methods/setters globally using rules rather than explicit method/property names #21

Open mcintyre321 opened 6 years ago

mcintyre321 commented 6 years ago

Would it be possible to extend Pose to do AOP style method/property interception (including privates) using this approach? Or is there a reason (aside from it being outside of scope) why it wouldn't work?

tonerdo commented 6 years ago

I don't see a reason why it can't be done. But as you rightly mentioned, it's out of scope of this project