Method calls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gurur

    Method calls

    how can we keep track of function and method calls without writing an
    inch of code in the method to trap the method name from outside the
    method.
    Do we have any function to keep track of all the methods name...

    Is it possible of keeping track of method names of an application
    from
    a different application..


    CAll stack does have it but how to retrieve it..

  • Rick

    #2
    Re: Method calls

    Check System.Reflecti on.GetMethods

    Rick


    "Gurur" <gurrur@rediffm ail.comwrote in message
    news:1182197727 .764280.35290@z 28g2000prd.goog legroups.com...
    how can we keep track of function and method calls without writing an
    inch of code in the method to trap the method name from outside the
    method.
    Do we have any function to keep track of all the methods name...
    >
    Is it possible of keeping track of method names of an application
    from
    a different application..
    >
    >
    CAll stack does have it but how to retrieve it..
    >

    Comment

    Working...