ThreadSetNameEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a name being set for a thread.
public struct ThreadSetNameEvent
type ThreadSetNameEvent = struct
Public Structure ThreadSetNameEvent
- Inheritance
-
ThreadSetNameEvent
Properties
Id |
Gets the ID of the thread. |
Name |
Gets the name of the thread. |
ProcessId |
Gets the ID of the process that owns the thread. |
Timestamp |
Gets the timestamp at which the thread name was set. |