The IRemoteStackFrameEx interface contains the following methods:
GetMethodLocation returns the IMethodLocation interface representing the current location where execution will resume in the current execution model (interpreted or JIT-compiled, for example) for this stack frame.
GetRealPC returns the bytecode offset from the start of the method executing in this stack frame of the next instruction to be executed.
GetStackRange returns the addresses of the upper and lower bounds of this stack frame.