Name | Description | |
---|---|---|
![]() | AsyncCompletedEventArgs | Provides data for the asynchronous method completed event. |
![]() | AsyncEventArgs | Represents an asynchronous EventArgs that has members to determine whether it's raised by an asynchronous operation and get the user-defined object. |
![]() | AsyncOperation | Tracks the lifetime of an asynchronous operation. |
![]() | EncodingTools | Various methods related to encoding (charset) used by ComponentPro components. |
![]() | ExtendedAsyncCompletedEventArgs<TResult> | Provides data for the asynchronous method completion events. |
![]() | ExtendedAsyncResult | Represents the status of an asynchronous operation that has no return value. |
![]() | ExtendedAsyncResult<TResult> | Represents an asynchronous operation that can return a value. |
![]() | MultiComparer | Class for chained comparison of objects. |
![]() | OperationCanceledException | The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. |
![]() | Thread | Creates and controls a thread, sets its priority, and gets its status. |
![]() ![]() | ThreadPool | Provides a pool of threads that can be used to post work items, process asynchronous I/O, wait on behalf of other threads, and process timers. |
Name | Description | |
---|---|---|
![]() | ICloneable | Supports cloning, which creates a new instance of a class with the same value as an existing instance. |
Name | Description | |
---|---|---|
![]() | AsyncCompletedEventHandler | Represents the method that will handle the asynchronous method completed event of an asynchronous operation. |
![]() | ExtendedAsyncCompletedEventHandler<TResult> | Represents the method that will handle the asynchronous method completion events. |
Name | Description | |
---|---|---|
![]() | IncludeMode | Defines the modes deciding whether to include or exclude an element. |
![]() | OptionValue | Represents the three-state value. |
![]() | SortingOrder | Represents sorting order. |
![]() | ThreadState | Specifies the execution states of a Thread. |