C# Class Sharpen.Thread

Inheritance: Runnable
Afficher le fichier Open project: oganix/NBoilerpipe Class Usage Examples

Méthodes publiques

Méthode Description
Abort ( ) : void
CurrentThread ( ) : Sharpen.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 ( Runnable runnable ) : System
Thread ( ThreadGroup grp, string name ) : System
Thread ( string name ) : System
Yield ( ) : void

Private Methods

Méthode Description
InternalRun ( ) : void
Thread ( Runnable runnable, ThreadGroup grp, string name ) : System
Thread ( System t ) : System

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

CurrentThread() public static méthode

public static CurrentThread ( ) : Sharpen.Thread
Résultat Sharpen.Thread

GetName() public méthode

public GetName ( ) : string
Résultat string

GetThreadGroup() public méthode

public GetThreadGroup ( ) : ThreadGroup
Résultat ThreadGroup

Interrupt() public méthode

public Interrupt ( ) : void
Résultat void

Interrupted() public static méthode

public static Interrupted ( ) : bool
Résultat bool

IsAlive() public méthode

public IsAlive ( ) : bool
Résultat bool

Join() public méthode

public Join ( ) : void
Résultat void

Join() public méthode

public Join ( long timeout ) : void
timeout long
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SetDaemon() public méthode

public SetDaemon ( bool daemon ) : void
daemon bool
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void

Sleep() public static méthode

public static Sleep ( long milis ) : void
milis long
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Thread() public méthode

public Thread ( ) : System
Résultat System

Thread() public méthode

public Thread ( Runnable runnable ) : System
runnable Runnable
Résultat System

Thread() public méthode

public Thread ( ThreadGroup grp, string name ) : System
grp ThreadGroup
name string
Résultat System

Thread() public méthode

public Thread ( string name ) : System
name string
Résultat System

Yield() public static méthode

public static Yield ( ) : void
Résultat void