// Set the current debug state of each thread. public void SetAllThreadsDebugState( CorDebugThreadState state, DebuggedThread exceptThis) { m_controller.SetAllThreadsDebugState(state, exceptThis != null ? exceptThis.GetInterface() : null); }
int ICorDebugAppDomain.SetAllThreadsDebugState(CorDebugThreadState state, ICorDebugThread pExceptThisThread) { return(ICorDebugController.SetAllThreadsDebugState(state, pExceptThisThread)); }