質問

How do I replace the following in a CLR project, please?

#include <thread>

std::this_thread::sleep_for(std::chrono::milliseconds(60*100));
役に立ちましたか?

解決

System::Threading::Thread::Sleep(n);
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top