ICorDebugInternalFrame Interface

Definition

public interface class ICorDebugInternalFrame : Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame
public interface class ICorDebugInternalFrame : Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame
__interface ICorDebugInternalFrame : Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame
[System.Runtime.InteropServices.Guid("B92CC7F7-9D2D-45C4-BC2B-621FCC9DFBF4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugInternalFrame : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame
[<System.Runtime.InteropServices.Guid("B92CC7F7-9D2D-45C4-BC2B-621FCC9DFBF4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugInternalFrame = interface
    interface ICorDebugFrame
Public Interface ICorDebugInternalFrame
Implements ICorDebugFrame
Attributes
Implements

Methods

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

Applies to