System::Threading::Thread::Start メソッド

Thread::Start() method

null 引数オブジェクトを使用してスレッドを開始します。

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 をスレッド関数への引数として渡す。

参照