Represents a thread of execution within a particular application.
In addition to the methods inherited from IUnknown, the IRemoteDebugApplicationThread interface exposes the following methods.
Method | Description |
---|---|
Returns an operating system–dependent identifier associated with the thread. | |
Returns the application object associated with this thread. | |
Returns an enumerator for the stack frames associated with this thread. | |
Gets the description and state of this thread. | |
Forces execution to continue as close as possible to the given code context, in the context of the given frame. | |
Gets the state of this thread. | |
Suspends the thread. | |
Resumes the thread. | |
Returns the suspend count for the thread. |