Share via


IDebugThread3 Interface

Definition

public interface class IDebugThread3 : Microsoft::VisualStudio::Debugger::Interop::IDebugThread2
[System.Runtime.InteropServices.Guid("43D24196-0000-467F-8C6B-9C006922D02F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugThread3 : Microsoft.VisualStudio.Debugger.Interop.IDebugThread2
[<System.Runtime.InteropServices.Guid("43D24196-0000-467F-8C6B-9C006922D02F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugThread3 = interface
    interface IDebugThread2
Public Interface IDebugThread3
Implements IDebugThread2
Attributes
Implements

Methods

CanRemapLeafFrame()
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[])
IsCurrentException()
RemapLeafFrame()
Resume(UInt32)
SetNextStatement(IDebugStackFrame2, IDebugCodeContext2)
SetThreadName(String)
Suspend(UInt32)

Applies to