Results 1 to 2 of 2

Thread: How can I hook up to method calls

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769

    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?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width