ICorDebugChain Interface

Definition

public interface class ICorDebugChain
public interface class ICorDebugChain
__interface ICorDebugChain
[System.Runtime.InteropServices.Guid("CC7BCAEE-8A68-11D2-983C-0000F808342D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugChain
[<System.Runtime.InteropServices.Guid("CC7BCAEE-8A68-11D2-983C-0000F808342D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugChain = interface
Public Interface ICorDebugChain
Attributes

Methods

EnumerateFrames(ICorDebugFrameEnum)
GetActiveFrame(ICorDebugFrame)
GetCallee(ICorDebugChain)
GetCaller(ICorDebugChain)
GetContext(ICorDebugContext)
GetNext(ICorDebugChain)
GetPrevious(ICorDebugChain)
GetReason(CorDebugChainReason)
GetRegisterSet(IntPtr)
GetStackRange(UInt64, UInt64)
GetThread(ICorDebugThread)
IsManaged(Int32)

Applies to