Thread Constructor
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Threading Namespace
Thread Class
Thread Constructor
Thread Constructor (Parameteri ...
Thread Constructor (ThreadStar ...
Thread Constructor (Parameteri ...
Thread Constructor (ThreadStar ...
Thread Class
Thread Members
Thread Constructor
Thread Methods
Thread Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Thread Constructor
Initializes a new instance of the
Thread
class.
Overload List
Name
Description
Thread(ParameterizedThreadStart)
Initializes a new instance of the
Thread
class, specifying a delegate that allows an object to be passed to the thread when the thread is started.
Thread(ThreadStart)
Initializes a new instance of the
Thread
class.
Thread(ParameterizedThreadStart, Int32)
Initializes a new instance of the
Thread
class, specifying a delegate that allows an object to be passed to the thread when the thread is started and specifying the maximum stack size for the thread.
Thread(ThreadStart, Int32)
Initializes a new instance of the
Thread
class, specifying the maximum stack size for the thread.
Top
See Also
Reference
Thread Class
Thread Members
System.Threading Namespace
Tags :