IDebugJIT100 Interface

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

Syntax

'Declaration
<GuidAttribute("BBBFC387-0A83-49EB-8B46-8FFF15DB96C4")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDebugJIT100
[GuidAttribute("BBBFC387-0A83-49EB-8B46-8FFF15DB96C4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDebugJIT100
[GuidAttribute(L"BBBFC387-0A83-49EB-8B46-8FFF15DB96C4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDebugJIT100
[<GuidAttribute("BBBFC387-0A83-49EB-8B46-8FFF15DB96C4")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDebugJIT100 =  interface end
public interface IDebugJIT100

The IDebugJIT100 type exposes the following members.

Methods

  Name Description
Public method JITDebug

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace