|
-
Jun 7th, 2004, 07:07 AM
#1
Thread Starter
Fanatic Member
How can I hook up to method calls
I want to create a type of hook where I could dynamically attach to an objects methods to detect when the method is being run. I want to be able to have a pre and post execute.
Is it possible?
Where would I start?
-
Jun 7th, 2004, 08:58 AM
#2
As far as I know this is not possible. There is no way to receive notification of a method unless something is built into the method to notify you (some event model).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|