C# Class Support.SupportClass.ThreadClass

Inheritance: IThreadRunnable
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
Abort ( ) : void
Abort ( System stateInfo ) : void
Current ( ) : ThreadClass
Join ( ) : void
Join ( long p1 ) : void
Join ( long p1, int p2 ) : void
Resume ( ) : void
Run ( ) : void
Start ( ) : void
Suspend ( ) : void
ThreadClass ( ) : System
ThreadClass ( System p1 ) : System
ToString ( ) : System.String

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Abort() public méthode

public Abort ( System stateInfo ) : void
stateInfo System
Résultat void

Current() public static méthode

public static Current ( ) : ThreadClass
Résultat ThreadClass

Join() public méthode

public Join ( ) : void
Résultat void

Join() public méthode

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

Join() public méthode

public Join ( long p1, int p2 ) : void
p1 long
p2 int
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Suspend() public méthode

public Suspend ( ) : void
Résultat void

ThreadClass() public méthode

public ThreadClass ( ) : System
Résultat System

ThreadClass() public méthode

public ThreadClass ( System p1 ) : System
p1 System
Résultat System

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String