ICorDebugThread Interface

Definition

public interface class ICorDebugThread
public interface class ICorDebugThread
__interface ICorDebugThread
[System.Runtime.InteropServices.Guid("938C6D66-7FB6-4F69-B389-425B8987329B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugThread
[<System.Runtime.InteropServices.Guid("938C6D66-7FB6-4F69-B389-425B8987329B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugThread = interface
Public Interface ICorDebugThread
Attributes

Methods

ClearCurrentException()
CreateEval(ICorDebugEval)
CreateStepper(ICorDebugStepper)
EnumerateChains(ICorDebugChainEnum)
GetActiveChain(ICorDebugChain)
GetActiveFrame(ICorDebugFrame)
GetAppDomain(ICorDebugAppDomain)
GetCurrentException(ICorDebugValue)
GetDebugState(CorDebugThreadState)
GetHandle(IntPtr)
GetID(UInt32)
GetObject(ICorDebugValue)
GetProcess(ICorDebugProcess)
GetRegisterSet(IntPtr)
GetUserState(CorDebugUserState)
SetDebugState(CorDebugThreadState)

Applies to