ThreadLocal<T> Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ThreadLocal<T> type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Creates and returns a string representation of this instance for the current thread. (Overrides Object.ToString().) |
Show: