C# 클래스 UnitWrappers.CurrentThread

상속: ThreadWrapBase
파일 보기 프로젝트 열기: OpenSharp/UnitWrappers

공개 메소드들

메소드 설명
CurrentThread ( ParameterizedThreadStart start ) : System.Threading
CurrentThread ( ThreadStart start ) : System.Threading
Start ( ) : void
Start ( object parameter ) : void

메소드 상세

CurrentThread() 공개 메소드

public CurrentThread ( ParameterizedThreadStart start ) : System.Threading
start ParameterizedThreadStart
리턴 System.Threading

CurrentThread() 공개 메소드

public CurrentThread ( ThreadStart start ) : System.Threading
start ThreadStart
리턴 System.Threading

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( object parameter ) : void
parameter object
리턴 void