System.Threading.Thread: Constructor Members

The constructors of System.Threading.Thread are listed below. For a list of all members, see the Thread Members list.

See Also: Inherited members from System.Runtime.ConstrainedExecution.CriticalFinalizerObject

Public Constructors

Initializes a new instance of the System.Threading.Thread class, specifying a delegate that allows an object to be passed to the thread when the thread is started.

Initializes a new instance of the System.Threading.Thread class.

Initializes a new instance of the System.Threading.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.

Initializes a new instance of the System.Threading.Thread class, specifying the maximum stack size for the thread.