System::Threading::Thread::Start 方法

Thread::Start() method

使用空参数对象启动线程。

void System::Threading::Thread::Start()

另见

Thread::Start(const System::SharedPtr<System::Object>&) method

启动线程。

void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
参数类型描述
oconst System::SharedPtr<System::Object>&Object 作为参数传递给线程函数。

另见