C# 클래스 PyriteCore.ThreadHelper

파일 보기 프로젝트 열기: noant/Pyrite

공개 메소드들

메소드 설명
AlterHardThread ( System.Action action ) : Thread
AlterThread ( System.Action action ) : Thread
AlterThread ( System.Action action, bool isBackground, ApartmentState apartmentState ) : Thread

메소드 상세

AlterHardThread() 공개 정적인 메소드

public static AlterHardThread ( System.Action action ) : Thread
action System.Action
리턴 Thread

AlterThread() 공개 정적인 메소드

public static AlterThread ( System.Action action ) : Thread
action System.Action
리턴 Thread

AlterThread() 공개 정적인 메소드

public static AlterThread ( System.Action action, bool isBackground, ApartmentState apartmentState ) : Thread
action System.Action
isBackground bool
apartmentState ApartmentState
리턴 Thread