|
| Name | Description |
|---|
.gif) .gif) .gif) | Abort | Overloaded. Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread. |
.gif) .gif) .gif) .gif) | AllocateDataSlot | Allocates an unnamed data slot on all the threads. For better performance, use fields that are marked with the ThreadStaticAttribute attribute instead. |
.gif) .gif) .gif) .gif) | AllocateNamedDataSlot | Allocates a named data slot on all threads. For better performance, use fields that are marked with the ThreadStaticAttribute attribute instead. |
.gif) .gif) | BeginCriticalRegion | Notifies a host that execution is about to enter a region of code in which the effects of a thread abort or unhandled exception might jeopardize other tasks in the application domain. |
.gif) .gif) | BeginThreadAffinity | Notifies a host that managed code is about to execute instructions that depend on the identity of the current physical operating system thread. |
.gif) .gif) | EndCriticalRegion | Notifies a host that execution is about to enter a region of code in which the effects of a thread abort or unhandled exception are limited to the current task. |
.gif) .gif) | EndThreadAffinity | Notifies a host that managed code has finished executing instructions that depend on the identity of the current physical operating system thread. |
.gif) .gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | Finalize | Overloaded. |
.gif) .gif) .gif) .gif) | FreeNamedDataSlot | Eliminates the association between a name and a slot, for all threads in the process. For better performance, use fields that are marked with the ThreadStaticAttribute attribute instead. |
.gif) | GetApartmentState | Returns an ApartmentState value indicating the apartment state. |
.gif) | GetCompressedStack | Obsolete. Returns a CompressedStack object that can be used to capture the stack for the current thread. |
.gif) .gif) .gif) .gif) | GetData | Retrieves the value from the specified slot on the current thread, within the current thread's current domain. For better performance, use fields that are marked with the ThreadStaticAttribute attribute instead. |
.gif) .gif) .gif) .gif) | GetDomain | Returns the current domain in which the current thread is running. |
.gif) .gif) | GetDomainID | Returns a unique application domain identifier. |
.gif) .gif) .gif) | GetHashCode | Overloaded. |
.gif) .gif) .gif) .gif) | GetNamedDataSlot | Looks up a named data slot. For better performance, use fields that are marked with the ThreadStaticAttribute attribute instead. |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | Interrupt | Interrupts a thread that is in the WaitSleepJoin thread state. |
.gif) .gif) .gif) | Join | Overloaded. Blocks the calling thread until a thread terminates. |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) .gif) .gif) | MemoryBarrier | Synchronizes memory access as follows: The processor executing the current thread cannot reorder instructions in such a way that memory accesses prior to the call to MemoryBarrier execute after memory accesses that follow the call to MemoryBarrier. |
.gif) .gif) | ResetAbort | Cancels an Abort requested for the current thread. |
.gif) | Resume | Obsolete. Resumes a thread that has been suspended. |
.gif) | SetApartmentState | Sets the apartment state of a thread before it is started. |
.gif) | SetCompressedStack | Obsolete. Applies a captured CompressedStack to the current thread. |
.gif) .gif) .gif) .gif) | SetData | Sets the data in the specified slot on the currently running thread, for that thread's current domain. For better performance, use fields marked with the ThreadStaticAttribute attribute instead. |
.gif) .gif) | SetProcessorAffinity | In the .NET Compact Framework for Xbox 360, sets the processor affinity for a managed thread. Processor affinity determines the processors on which a thread runs. |
.gif) .gif) .gif) .gif) | Sleep | Overloaded. Blocks the current thread for the specified number of milliseconds. |
.gif) .gif) | SpinWait | Causes a thread to wait the number of times defined by the iterations parameter. |
.gif) .gif) .gif) | Start | Overloaded. Causes a thread to be scheduled for execution. |
.gif) | Suspend | Obsolete. Either suspends the thread, or if the thread is already suspended, has no effect. |
.gif) .gif) .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
.gif) | TrySetApartmentState | Sets the apartment state of a thread before it is started. |
.gif) .gif) | VolatileRead | Overloaded. Reads the value of a field. The value is the latest written by any processor in a computer, regardless of the number of processors or the state of processor cache. |
.gif) .gif) | VolatileWrite | Overloaded. Writes a value to a field immediately, so that the value is visible to all processors in the computer. |