Table of Contents

Interface ICorDebugILFrame

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[InterfaceType(1)]
[Guid("03E26311-4F76-11D3-88C6-006097945418")]
public interface ICorDebugILFrame : ICorDebugFrame

Methods

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