Table of Contents

Interface ICorDebugNativeFrame

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

Methods

CanSetIP(uint)
CreateStepper(out ICorDebugStepper)
GetCallee(out ICorDebugFrame)
GetCaller(out ICorDebugFrame)
GetChain(out ICorDebugChain)
GetCode(out ICorDebugCode)
GetFunction(out ICorDebugFunction)
GetFunctionToken(out uint)
GetIP(out uint)
GetLocalDoubleRegisterValue(CorDebugRegister, CorDebugRegister, uint, uint, out ICorDebugValue)
GetLocalMemoryRegisterValue(ulong, CorDebugRegister, uint, uint, out ICorDebugValue)
GetLocalMemoryValue(ulong, uint, uint, out ICorDebugValue)
GetLocalRegisterMemoryValue(CorDebugRegister, ulong, uint, uint, out ICorDebugValue)
GetLocalRegisterValue(CorDebugRegister, uint, uint, out ICorDebugValue)
GetRegisterSet(out ICorDebugRegisterSet)
GetStackRange(out ulong, out ulong)
SetIP(uint)