IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.ThreadUtility Class Reference

ThreadUtility provides a set of static methods convenient for working with threads. More...

Static Public Member Functions

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...
 

Detailed Description

ThreadUtility provides a set of static methods convenient for working with threads.

Member Function Documentation

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
threadThe thread to kill
stateInfoInfo for the ThreadAbortException handler

The documentation for this class was generated from the following file: