Interface ICorDebugChain NamespaceMicrosoft.Samples.Debugging.CorDebug.NativeApi Assemblyraw.dll [Guid("CC7BCAEE-8A68-11D2-983C-0000F808342D")] [InterfaceType(1)] public interface ICorDebugChain Methods EnumerateFrames(out ICorDebugFrameEnum) GetActiveFrame(out ICorDebugFrame) GetCallee(out ICorDebugChain) GetCaller(out ICorDebugChain) GetContext(out ICorDebugContext) GetNext(out ICorDebugChain) GetPrevious(out ICorDebugChain) GetReason(out CorDebugChainReason) GetRegisterSet(out ICorDebugRegisterSet) GetStackRange(out ulong, out ulong) GetThread(out ICorDebugThread) IsManaged(out int)