C# 클래스 NUnit.Framework.Internal.ThreadUtility

The ThreadUtility class encapsulates several static methods useful when working with threads.
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
Kill ( Thread thread ) : void

Do our best to Kill a thread

Kill ( Thread thread, object stateInfo ) : void

Do our best to kill a thread, passing state info

메소드 상세

Kill() 공개 정적인 메소드

Do our best to Kill a thread
public static Kill ( Thread thread ) : void
thread Thread The thread to kill
리턴 void

Kill() 공개 정적인 메소드

Do our best to kill a thread, passing state info
public static Kill ( Thread thread, object stateInfo ) : void
thread Thread The thread to kill
stateInfo object Info for the ThreadAbortException handler
리턴 void