ThreadLocal<T> Methods
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the ThreadLocal<T> class. |
![]() | Dispose(Boolean) | Releases the resources used by this ThreadLocal<T> instance. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Releases the resources used by this ThreadLocal<T> instance.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Creates and returns a string representation of this instance for the current thread.(Overrides Object::ToString().) |
Show:

