Thread()

Thread::Thread() constructor

Constructor.

System::Threading::Thread::Thread()

Thread::Thread(ThreadStart) constructor

Constructor.

System::Threading::Thread::Thread(ThreadStart thread_function)

Arguments

ParameterTypeDescription
thread_functionThreadStartFunction to be executed by thread.

Thread::Thread(ParameterizedThreadStart) constructor

Constructor.

System::Threading::Thread::Thread(ParameterizedThreadStart thread_function)

Arguments

ParameterTypeDescription
thread_functionParameterizedThreadStartFunction to be executed by thread.

Thread::Thread(Thread&) constructor

Copy constructor.

System::Threading::Thread::Thread(Thread &t)

Arguments

ParameterTypeDescription
tThread&Thread to copy data from.

See Also