Thread::ManagedThreadId Property
.NET Framework (current version)
Gets a unique identifier for the current managed thread.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Int32An integer that represents a unique identifier for this managed thread.
A thread's ManagedThreadId property value serves to uniquely identify that thread within its process.
The value of the ManagedThreadId property does not vary over time, even if unmanaged code that hosts the common language runtime implements the thread as a fiber.
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: