Mono Class Library: System.Threading.Thread Overview | Members

System.Threading.Thread Constructor

Constructs and initializes a new instance of the System.Threading.Thread class.

public Thread (ThreadStart start)

Parameters

start
A System.Threading.ThreadStart delegate that references the methods to be invoked when the new thread begins executing.

Exceptions

TypeReason
ArgumentNullExceptionstart is null .

Remarks

Note: To schedule the thread for execution, call Thread.Start.

Until Thread.Start is called, the thread's state includes ThreadState.Unstarted.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0