Share via


IEnumDebugStackFrames64 Interface

Definition

public interface class IEnumDebugStackFrames64 : Microsoft::VisualStudio::Debugger::Interop::IEnumDebugStackFrames
[System.Runtime.InteropServices.Guid("0DC38853-C1B0-4176-A984-B298361027AF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumDebugStackFrames64 : Microsoft.VisualStudio.Debugger.Interop.IEnumDebugStackFrames
[<System.Runtime.InteropServices.Guid("0DC38853-C1B0-4176-A984-B298361027AF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumDebugStackFrames64 = interface
    interface IEnumDebugStackFrames
Public Interface IEnumDebugStackFrames64
Implements IEnumDebugStackFrames
Attributes
Implements

Methods

Clone(IEnumDebugStackFrames)
Next(UInt32, DebugStackFrameDescriptor[], UInt32)
Next64(UInt32, DebugStackFrameDescriptor64[], UInt32)
Reset()
Skip(UInt32)

Applies to