Share via


IDebugStackFrame3 Interface

Definition

public interface class IDebugStackFrame3 : Microsoft::VisualStudio::Debugger::Interop::IDebugStackFrame2
[System.Runtime.InteropServices.Guid("60DE844B-38B1-4D87-AFE1-8CF49677D3B0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugStackFrame3 : Microsoft.VisualStudio.Debugger.Interop.IDebugStackFrame2
[<System.Runtime.InteropServices.Guid("60DE844B-38B1-4D87-AFE1-8CF49677D3B0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugStackFrame3 = interface
    interface IDebugStackFrame2
Public Interface IDebugStackFrame3
Implements IDebugStackFrame2
Attributes
Implements

Methods

EnumProperties(enum_DEBUGPROP_INFO_FLAGS, UInt32, Guid, UInt32, UInt32, IEnumDebugPropertyInfo2)
EnumProperties(UInt32, UInt32, Guid, UInt32, UInt32, IEnumDebugPropertyInfo2)
GetCodeContext(IDebugCodeContext2)
GetDebugProperty(IDebugProperty2)
GetDocumentContext(IDebugDocumentContext2)
GetExpressionContext(IDebugExpressionContext2)
GetInfo(enum_FRAMEINFO_FLAGS, UInt32, FRAMEINFO[])
GetInfo(UInt32, UInt32, FRAMEINFO[])
GetLanguageInfo(String, Guid)
GetName(String)
GetPhysicalStackRange(UInt64, UInt64)
GetThread(IDebugThread2)
GetUnwindCodeContext(IDebugCodeContext2)
InterceptCurrentException(enum_INTERCEPT_EXCEPTION_ACTION, UInt64)
InterceptCurrentException(UInt32, UInt64)

Applies to