Stack Frame Object Instances?

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

    #1

    Stack Frame Object Instances?

    Can you retrieve a calling object's instance from the stack via
    reflection? So far I've only been able to traverse the stack and get
    to a Type of the calling routine (using StackFrame.GetM ethod and then
    interogating that MethodBase object). What I'm trying to do is to
    interrogate a property on the calling object instance.

    Any ideas? Is this doable?
Working...