A
Alex
Hi all...
Is there any way I can use reflection to get the complete "path" to the
current object?
So e.g. <objectA> creates <objectB> which creates <objectC>.
Then <objectB> executes a method provided by <objectC> which returns
something like "objectA.objectB.objectC".
Similarly, if <objectB> executes the same code on itself (assume it has the
same method defined as <objectC>", it would return "objectA.objectB"
Thanks!
Alex
Is there any way I can use reflection to get the complete "path" to the
current object?
So e.g. <objectA> creates <objectB> which creates <objectC>.
Then <objectB> executes a method provided by <objectC> which returns
something like "objectA.objectB.objectC".
Similarly, if <objectB> executes the same code on itself (assume it has the
same method defined as <objectC>", it would return "objectA.objectB"
Thanks!
Alex