Share via


IEnumDebugSessionFrameInfo2 Interface

Definition

public interface class IEnumDebugSessionFrameInfo2 : Microsoft::VisualStudio::Debugger::Interop::IEnumDebugFrameInfo2
[System.Runtime.InteropServices.Guid("EF7262C4-4A01-42A0-8658-932667B27555")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumDebugSessionFrameInfo2 : Microsoft.VisualStudio.Debugger.Interop.IEnumDebugFrameInfo2
[<System.Runtime.InteropServices.Guid("EF7262C4-4A01-42A0-8658-932667B27555")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumDebugSessionFrameInfo2 = interface
    interface IEnumDebugFrameInfo2
Public Interface IEnumDebugSessionFrameInfo2
Implements IEnumDebugFrameInfo2
Attributes
Implements

Methods

Clone(IEnumDebugFrameInfo2)
GetCount(UInt32)
Next(UInt32, FRAMEINFO[], UInt32)
Reset()
SetCachePriority(SESSION_CACHE_PRIORITY)
Skip(UInt32)

Applies to