Share via


IDebugThread2 Interface

Definition

public interface class IDebugThread2
[System.Runtime.InteropServices.Guid("D5168050-A57A-465C-BEA9-974F405EBA13")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugThread2
[<System.Runtime.InteropServices.Guid("D5168050-A57A-465C-BEA9-974F405EBA13")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugThread2 = interface
Public Interface IDebugThread2
Derived
Attributes

Methods

CanSetNextStatement(IDebugStackFrame2, IDebugCodeContext2)
EnumFrameInfo(enum_FRAMEINFO_FLAGS, UInt32, IEnumDebugFrameInfo2)
EnumFrameInfo(UInt32, UInt32, IEnumDebugFrameInfo2)
GetLogicalThread(IDebugStackFrame2, IDebugLogicalThread2)
GetName(String)
GetProgram(IDebugProgram2)
GetThreadId(UInt32)
GetThreadProperties(enum_THREADPROPERTY_FIELDS, THREADPROPERTIES[])
GetThreadProperties(UInt32, THREADPROPERTIES[])
Resume(UInt32)
SetNextStatement(IDebugStackFrame2, IDebugCodeContext2)
SetThreadName(String)
Suspend(UInt32)

Applies to