ThreadUtility public static class ThreadUtility ThreadUtility provides a set of static methods convenient for working with threads. Documentation Code public static void Kill(Thread thread) Do our best to Kill a thread public static void Kill(Thread thread, object stateInfo) Do our best to kill a thread, passing state info