Share via


IDebugApplicationThread64 Interface

Definition

public interface class IDebugApplicationThread64 : Microsoft::VisualStudio::Debugger::Interop::IDebugApplicationThread
[System.Runtime.InteropServices.Guid("9DAC5886-DBAD-456D-9DEE-5DEC39AB3DDA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugApplicationThread64 : Microsoft.VisualStudio.Debugger.Interop.IDebugApplicationThread
[<System.Runtime.InteropServices.Guid("9DAC5886-DBAD-456D-9DEE-5DEC39AB3DDA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugApplicationThread64 = interface
    interface IDebugApplicationThread
Public Interface IDebugApplicationThread64
Implements IDebugApplicationThread
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)
SynchronousCallIntoThread64(IDebugThreadCall64, UInt64, UInt64, UInt64)

Applies to