如何检查当前线程的单元状态?
我有一个函数需要在 STA 公寓状态下运行。我不想检查它是否作为 STA 运行,如果没有则生成一个在 STA 中运行的新线程。
如何检查当前线程正在哪个单元状态运行?
I have a function which requires to be run in STA apartment state. I wan't to check if it is being run as STA, and if not spawn a new thread which runs in STA.
How can I check which apartment state the current thread is being run in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在函数内使用此方法或类似的方法:
Use this or a similar method inside the function: