C# Thread.Name does not access the managed Thread name
The property Thread.Name can be set once and read multiple times. However, it does not acces the Thread managed name (e.g. the name you get when you try to debug threads in Threads window in Visual Studio). Therefore, is there a way to access the r开发者_StackOverfloweal thread name?
精彩评论