ThreadUtility provides a set of static methods convenient for working with threads.
More...
|
static void | Kill (Thread thread) |
| Do our best to Kill a thread More...
|
|
static void | Kill (Thread thread, object stateInfo) |
| Do our best to kill a thread, passing state info More...
|
|
ThreadUtility provides a set of static methods convenient for working with threads.
static void NUnit.Framework.Internal.ThreadUtility.Kill |
( |
Thread |
thread | ) |
|
|
inlinestatic |
static void NUnit.Framework.Internal.ThreadUtility.Kill |
( |
Thread |
thread, |
|
|
object |
stateInfo |
|
) |
| |
|
inlinestatic |
Do our best to kill a thread, passing state info
- Parameters
-
thread | The thread to kill |
stateInfo | Info for the ThreadAbortException handler |
The documentation for this class was generated from the following file:
- unittests/NUnit_3_0_1_src/src/NUnitFramework/framework/Internal/ThreadUtility.cs