I need to run some code in before each method (when method starts - I need to run a specific code - That's is for QA manner, and is running when I need to), and at the end of each method.
How can I do that?
Is there any way or class which is common to all the classes and tables?
(Of course, I don't want that my method will also running in that class, or whatever is the solution, so there were not be an infinitive loop).
Handle of the class is also fine (so I can write in C#), but X++ is the preferred way.
Thanks :)
*This post is locked for comments
I have the same question (0)