The IRemoteStackFrame interface contains the following methods:
GetCallingFrame returns an IRemoteStackFrame interface representing the stack frame of the caller of this method.
GetKind returns the execution model of this stack frame.
GetMethodObject returns an IRemoteContainerObject interface representing this stack frame’s executing method.
GetPC returns the bytecode offset from the start of the method executing in this stack frame of the next instruction to be executed.
SetPC sets the bytecode offset from the start of the method executing in this stack frame of the next instruction to be executed.