ICorDebugFrame Interface

Definition

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

Methods

CreateStepper(ICorDebugStepper)
GetCallee(ICorDebugFrame)
GetCaller(ICorDebugFrame)
GetChain(ICorDebugChain)
GetCode(ICorDebugCode)
GetFunction(ICorDebugFunction)
GetFunctionToken(UInt32)
GetStackRange(UInt64, UInt64)

Applies to