ICorDebugNativeFrame Interface

Definition

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

Methods

CanSetIP(UInt32)
CreateStepper(ICorDebugStepper)
GetCallee(ICorDebugFrame)
GetCaller(ICorDebugFrame)
GetChain(ICorDebugChain)
GetCode(ICorDebugCode)
GetFunction(ICorDebugFunction)
GetFunctionToken(UInt32)
GetIP(UInt32)
GetLocalDoubleRegisterValue(CorDebugRegister, CorDebugRegister, UInt32, Byte[], ICorDebugValue)
GetLocalMemoryRegisterValue(UInt64, CorDebugRegister, UInt32, Byte[], ICorDebugValue)
GetLocalMemoryValue(UInt64, UInt32, Byte[], ICorDebugValue)
GetLocalRegisterMemoryValue(CorDebugRegister, UInt64, UInt32, Byte[], ICorDebugValue)
GetLocalRegisterValue(CorDebugRegister, UInt32, Byte[], ICorDebugValue)
GetRegisterSet(ICorDebugRegisterSet)
GetRegisterSet(IntPtr)
GetStackRange(UInt64, UInt64)
SetIP(UInt32)

Applies to