- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Sharpen.Lang 
- Interfaces
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IRunnable"]
	click Interface0 "/db4o-gpl-doc/output/api/Sharpen.Lang/IRunnable"
	Type["Thread"]
class Type type-node
						
					Syntax
public class Thread : IRunnableConstructors
| Name | Summary | 
|---|---|
| Thread | |
| Thread | |
| Thread | |
| Thread | 
Methods
| Name | Value | Summary | 
|---|---|---|
| CurrentThread | Thread | static | 
| Equals | bool | |
| GetHashCode | int | |
| GetName | string | |
| IsDaemon | bool | |
| Join | void | |
| Join | void | |
| Run | void | |
| SetDaemon | void | |
| SetName | void | |
| Sleep | void | static | 
| Start | void |