Provides a set of services to wrap common thread tasks.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public class ThreadManager
Public Class ThreadManager
public ref class ThreadManager
public class ThreadManager
![](../icons/collapse_all.gif)
All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | ThreadManager()()()() | Initializes a new instance of the ThreadManager class |
![]() ![]() | CreateThread(ThreadStart) |
Creates a new instance of the System.Threading.Thread class.
|
![]() ![]() | CreateThread(ThreadStart, Int32) |
Creates a new instance of the System.Threading.Thread class.
|
![]() ![]() | CreateThread(ParameterizedThreadStart) |
Creates a new instance of the System.Threading.Thread class.
|
![]() ![]() | CreateThread(ParameterizedThreadStart, Int32) |
Creates a new instance of the System.Threading.Thread class.
|
![]() ![]() | DetachCurrentThreadFromJvm()()()() |
Detaches the current thread from Jvm.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | 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.) |
![]() ![]() | QueueUserWorkItem(WaitCallback) |
Queues a method for execution. The method executes when a thread pool thread becomes available.
|
![]() ![]() | QueueUserWorkItem(WaitCallback, Object) |
Queues a method for execution. The method executes when a thread pool thread becomes available.
|
![]() | ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
![](../icons/collapse_all.gif)
Object | |
![]() | ThreadManager |