Interface ICorDebugThread NamespaceMicrosoft.Samples.Debugging.CorDebug.NativeApi Assemblyraw.dll [Guid("938C6D66-7FB6-4F69-B389-425B8987329B")] [InterfaceType(1)] public interface ICorDebugThread Methods ClearCurrentException() CreateEval(out ICorDebugEval) CreateStepper(out ICorDebugStepper) EnumerateChains(out ICorDebugChainEnum) GetActiveChain(out ICorDebugChain) GetActiveFrame(out ICorDebugFrame) GetAppDomain(out ICorDebugAppDomain) GetCurrentException(out ICorDebugValue) GetDebugState(out CorDebugThreadState) GetHandle(out IntPtr) GetID(out uint) GetObject(out ICorDebugValue) GetProcess(out ICorDebugProcess) GetRegisterSet(out ICorDebugRegisterSet) GetUserState(out CorDebugUserState) SetDebugState(CorDebugThreadState)