Share via


IDebugApplicationThread Interface

Definition

public interface class IDebugApplicationThread : Microsoft::VisualStudio::Debugger::Interop::IRemoteDebugApplicationThread
[System.Runtime.InteropServices.Guid("51973C38-CB0C-11D0-B5C9-00A0244A0E7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugApplicationThread : Microsoft.VisualStudio.Debugger.Interop.IRemoteDebugApplicationThread
[<System.Runtime.InteropServices.Guid("51973C38-CB0C-11D0-B5C9-00A0244A0E7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugApplicationThread = interface
    interface IRemoteDebugApplicationThread
Public Interface IDebugApplicationThread
Implements IRemoteDebugApplicationThread
Derived
Attributes
Implements

Methods

EnumStackFrames(IEnumDebugStackFrames)
GetApplication(IRemoteDebugApplication)
GetDescription(String, String)
GetState(UInt32)
GetSuspendCount(UInt32)
GetSystemThreadId(UInt32)
QueryIsCurrentThread()
QueryIsDebuggerThread()
Resume(UInt32)
SetDescription(String)
SetNextStatement(IDebugStackFrame, IDebugCodeContext)
SetStateString(String)
Suspend(UInt32)
SynchronousCallIntoThread32(IDebugThreadCall32, IntPtr, IntPtr, IntPtr)

Applies to