se.sics.prologbeans
Class SupportClass.ThreadClass

Internal class for PrologBeans.

Constructor Summary
SupportClass.ThreadClass()
        Initializes a new instance of the ThreadClass class.
SupportClass.ThreadClass(System.Threading.ThreadStart p1)
        

Property Summary
System.Threading.Thread Instance
        
bool IsAlive
        
bool IsBackground
        
string Name
        
System.Threading.ThreadPriority Priority
        

Method Summary
void Abort()
        
void Abort(object stateInfo)
        
se.sics.prologbeans.SupportClass.ThreadClass Current()
        
void Join()
        
void Join(long p1)
        
void Join(long p1, int p2)
        
void Run()
        
void Start()
        
string ToString()
        

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Constructor Detail

SupportClass.ThreadClass

public SupportClass.ThreadClass()

Initializes a new instance of the ThreadClass class.


SupportClass.ThreadClass

public SupportClass.ThreadClass(System.Threading.ThreadStart p1)

Property Detail

Instance

public System.Threading.Thread Instance


IsAlive

public bool IsAlive


IsBackground

public bool IsBackground


Name

public string Name


Priority

public System.Threading.ThreadPriority Priority

Method Detail

Abort

public void Abort()


Abort

public void Abort(object stateInfo)


Current

public se.sics.prologbeans.SupportClass.ThreadClass Current()


Join

public void Join()


Join

public void Join(long p1)


Join

public void Join(long p1,
                 int p2)


Run

public void Run()


Start

public void Start()


ToString

public string ToString()