C# Class SharpCifs.Util.Sharpen.Thread

Inheritance: IRunnable
Datei anzeigen Open project: brandonprry/Potato Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
InternalRun ( ) : void
Thread ( IRunnable runnable, ThreadGroup grp, string name ) : System
Thread ( System t ) : System

Method Details

Abort() public method

public Abort ( ) : void
return void

CurrentThread() public static method

public static CurrentThread ( ) : Thread
return Thread

GetName() public method

public GetName ( ) : string
return string

GetThreadGroup() public method

public GetThreadGroup ( ) : ThreadGroup
return ThreadGroup

Interrupt() public method

public Interrupt ( ) : void
return void

Interrupted() public static method

public static Interrupted ( ) : bool
return bool

IsAlive() public method

public IsAlive ( ) : bool
return bool

Join() public method

public Join ( ) : void
return void

Join() public method

public Join ( long timeout ) : void
timeout long
return void

Run() public method

public Run ( ) : void
return void

SetDaemon() public method

public SetDaemon ( bool daemon ) : void
daemon bool
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

Sleep() public static method

public static Sleep ( long milis ) : void
milis long
return void

Start() public method

public Start ( ) : void
return void

Thread() public method

public Thread ( ) : System
return System

Thread() public method

public Thread ( IRunnable runnable ) : System
runnable IRunnable
return System

Thread() public method

public Thread ( ThreadGroup grp, string name ) : System
grp ThreadGroup
name string
return System

Thread() public method

public Thread ( string name ) : System
name string
return System

Yield() public static method

public static Yield ( ) : void
return void