It may be a duplicate, but I have not seen this exact question or a similar question asked / answered with a date later than the release of .Net 4.
I am looking for a temporary hack that allows me to view the call stack and get all the calling objects (not methods, but instances that store the methods) on the stack. Ultimately, I need their hash codes.
Is it possible?
EDIT:
If this concerned my question or not, I really asked if there is a simple / built-in way to do this. In fact, only a stop-logical correction until I can make changes to other parts of the system. Thanks for the great answers. Seeing them, I think I'll wait. :)
source
share