This might have been answered here before and I'm just not searching for the right thing. If so I apologize.
What I'd like to do is to automatically execute a method when any method of a class gets called and finishes executing.
Any idea how i could accomplish this? I looked into Reflection, but not sure if that would work out.
Any help appreciated :-)