Thread Class |
Namespace: System.Threading
public sealed class Thread : CriticalFinalizerObject, _Thread
The Thread type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Returns a hash code for the current thread. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CurrentCulture | Gets or sets the culture for the current thread. | |
CurrentThread | Gets the currently running thread. | |
CurrentUICulture | Gets or sets the current culture used by the Resource Manager to look up culture-specific resources at run time. | |
ManagedThreadId | Gets a unique identifier for the current managed thread. |