Naming a thread

Howdy! Is there any way to reassign a name to a thread in TinyCLR? It doesn’t seem to recognize the .Name property, but when a thread ends it still prints the message “The thread ‘No Name’ (0x8) has exited with code 0 (0x0).”

It looks like you can assign the numerical value of the thread (in this case 0x8), but I can’t figure out how to rename it.

A review of the following code will help you answer your question.