C# 클래스 SharpCifs.Util.Sharpen.Thread

상속: IRunnable
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
CurrentThread ( ) : Thread
GetName ( ) : string
GetThreadGroup ( ) : ThreadGroup
Interrupt ( ) : void
Interrupted ( ) : bool
IsAlive ( ) : bool
Join ( ) : void
Join ( long timeout ) : void
Run ( ) : void
SetDaemon ( bool daemon ) : void
SetName ( string name ) : void
Sleep ( long milis ) : void
Start ( ) : void
Thread ( ) : System
Thread ( IRunnable runnable ) : System
Thread ( ThreadGroup grp, string name ) : System
Thread ( string name ) : System
Yield ( ) : void

비공개 메소드들

메소드 설명
InternalRun ( ) : void
Thread ( IRunnable runnable, ThreadGroup grp, string name ) : System
Thread ( System t ) : System

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CurrentThread() 공개 정적인 메소드

public static CurrentThread ( ) : Thread
리턴 Thread

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetThreadGroup() 공개 메소드

public GetThreadGroup ( ) : ThreadGroup
리턴 ThreadGroup

Interrupt() 공개 메소드

public Interrupt ( ) : void
리턴 void

Interrupted() 공개 정적인 메소드

public static Interrupted ( ) : bool
리턴 bool

IsAlive() 공개 메소드

public IsAlive ( ) : bool
리턴 bool

Join() 공개 메소드

public Join ( ) : void
리턴 void

Join() 공개 메소드

public Join ( long timeout ) : void
timeout long
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

SetDaemon() 공개 메소드

public SetDaemon ( bool daemon ) : void
daemon bool
리턴 void

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void

Sleep() 공개 정적인 메소드

public static Sleep ( long milis ) : void
milis long
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Thread() 공개 메소드

public Thread ( ) : System
리턴 System

Thread() 공개 메소드

public Thread ( IRunnable runnable ) : System
runnable IRunnable
리턴 System

Thread() 공개 메소드

public Thread ( ThreadGroup grp, string name ) : System
grp ThreadGroup
name string
리턴 System

Thread() 공개 메소드

public Thread ( string name ) : System
name string
리턴 System

Yield() 공개 정적인 메소드

public static Yield ( ) : void
리턴 void