Share via


IDebugCodePath90 Interface

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7372DCE0-F816-4E35-8B42-64B7F50E6395")> _
Public Interface IDebugCodePath90
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7372DCE0-F816-4E35-8B42-64B7F50E6395")]
public interface IDebugCodePath90
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7372DCE0-F816-4E35-8B42-64B7F50E6395")]
public interface class IDebugCodePath90
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7372DCE0-F816-4E35-8B42-64B7F50E6395")>]
type IDebugCodePath90 =  interface end
public interface IDebugCodePath90

The IDebugCodePath90 type exposes the following members.

Methods

  Name Description
Public method GetName
Public method GetStepper

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace