Thread Constructor
Initializes a new instance of the Thread class.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Syntax
[MethodImplAttribute]
public Thread (
ThreadStartstart
)
Parameters
- start
A ThreadStart delegate that references the methods to be invoked when this thread begins executing.
Version Information
Available in .NET Micro Framework version 2.0, 2.5