Share via


ICorDebugILFrame Interface

Definition

public interface class ICorDebugILFrame : Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame
public interface class ICorDebugILFrame : Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame
__interface ICorDebugILFrame : Microsoft::VisualStudio::CorDebugInterop::ICorDebugFrame
[System.Runtime.InteropServices.Guid("03E26311-4F76-11D3-88C6-006097945418")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugILFrame : Microsoft.VisualStudio.CorDebugInterop.ICorDebugFrame
[<System.Runtime.InteropServices.Guid("03E26311-4F76-11D3-88C6-006097945418")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugILFrame = interface
    interface ICorDebugFrame
Public Interface ICorDebugILFrame
Implements ICorDebugFrame
Attributes
Implements

Methods

CanSetIP(UInt32)
CreateStepper(ICorDebugStepper)
EnumerateArguments(ICorDebugValueEnum)
EnumerateLocalVariables(ICorDebugValueEnum)
GetArgument(UInt32, ICorDebugValue)
GetCallee(ICorDebugFrame)
GetCaller(ICorDebugFrame)
GetChain(ICorDebugChain)
GetCode(ICorDebugCode)
GetFunction(ICorDebugFunction)
GetFunctionToken(UInt32)
GetIP(UInt32, CorDebugMappingResult)
GetLocalVariable(UInt32, ICorDebugValue)
GetStackDepth(UInt32)
GetStackRange(UInt64, UInt64)
GetStackValue(UInt32, ICorDebugValue)
SetIP(UInt32)

Applies to