ICorDebugThread Interface
Represents a thread in a process. The lifetime of an ICorDebugThread instance is the same as the lifetime of the thread it represents.
Methods
Method |
Description |
---|---|
This method is not implemented. Do not use it. |
|
Creates an ICorDebugEval object that operates on this ICorDebugThread. |
|
Creates an ICorDebugStepper object that allows stepping through the active frame in this ICorDebugThread. |
|
Gets an interface pointer to an ICorDebugChainEnum enumerator that contains all the stack chains in this ICorDebugThread. |
|
Gets an interface pointer to the active ICorDebugChain on this ICorDebugThread. |
|
Gets an interface pointer to the active ICorDebugFrame on this ICorDebugThread. |
|
Gets an interface pointer to the application domain in which this ICorDebugThread is currently executing. |
|
Gets an interface pointer to an ICorDebugValue object that represents an exception currently being thrown by managed code. |
|
Gets a CorDebugThreadState value that describes the current debug state of this ICorDebugThread. |
|
Gets the current handle for the active part of this ICorDebugThread. |
|
Gets the current operating system identifier of the active part of this ICorDebugThread. |
|
Gets an interface pointer to the common language runtime (CLR) thread. |
|
Gets an interface pointer to the process of which this ICorDebugThread forms a part. |
|
Gets an interface pointer to the register set associated with this ICorDebugThread. |
|
Gets a bitwise combination of CorDebugUserState values that describe the current state of this ICorDebugThread. |
|
Sets a bitwise combination of CorDebugThreadState values that describe the debugging state of this ICorDebugThread. |
Remarks
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0