获取当前线程ID在Windows 8与C#

前端之家收集整理的这篇文章主要介绍了获取当前线程ID在Windows 8与C#前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
System.Threading.Thread(with .CurrentThread.ThreadId etc)已从WinRT中删除.是否可以在 Windows 8中获取当前线程ID(用于调试和记录目的?)?
请参阅 Environment.CurrentManagedThreadId哪些在Windows Store应用程序中受支持.

.NET for Windows Store apps

Supported in: Windows 8

原文链接:https://www.f2er.com/windows/371110.html

猜你在找的Windows相关文章