Share via


IDebugThread100 Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
<GuidAttribute("8590DD4C-BF52-4AEF-8348-E0DAC9C65268")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDebugThread100
[GuidAttribute("8590DD4C-BF52-4AEF-8348-E0DAC9C65268")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDebugThread100
[GuidAttribute(L"8590DD4C-BF52-4AEF-8348-E0DAC9C65268")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDebugThread100
[<GuidAttribute("8590DD4C-BF52-4AEF-8348-E0DAC9C65268")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDebugThread100 =  interface end
public interface IDebugThread100

The IDebugThread100 type exposes the following members.

Methods

  Name Description
Public method CanDoFuncEval
Public method GetFlags
Public method GetThreadDisplayName
Public method GetThreadProperties100
Public method SetFlags
Public method SetThreadDisplayName

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace