12

System.Threading.Thread(带有 .CurrentThread.ThreadId 等)已从 WinRT 中删除。是否可以在 Windows 8 中获取当前线程 ID(用于调试和日志记录?)?

4

2 回答 2

29

查看Environment.CurrentManagedThreadIdWindows 商店应用程序支持哪些。

适用于 Windows 应用商店应用的 .NET

支持:Windows 8

于 2012-12-24T11:07:47.790 回答
0

回到根源:

GetCurrentThreadId 函数 Retrieves the thread identifier of the calling thread.

Windows XP、Windows Server 2003、Windows Vista、Windows 7、Windows Server 2008 和 Windows Server 2008 R2 上的 WinBase.h(包括 Windows.h);Windows 8 和 Windows Server 2012 上的 Processthreadsapi.h。

于 2012-12-24T11:03:11.277 回答