ThreadWorkerController 类
定义
支持在专用工作线程上创建和执行辅助调试线程或岛。Supports the creation and execution of an auxiliary debugging thread, or island, on a dedicated worker thread. 此类型是框架使用的实用工具类,不应以公共方式使用。This type is a utility class used by the framework and is not intended for public use.
public ref class ThreadWorkerController
public class ThreadWorkerController
type ThreadWorkerController = class
Public Class ThreadWorkerController
- 继承
-
ThreadWorkerController
注解
需要此工作线程才能模拟并行活动的多线程式执行。This worker thread is needed to enable simulation of multithread-like execution of parallel activities.
构造函数
| ThreadWorkerController() |
创建 ThreadWorkerController 类的新实例。Creates a new instance of the ThreadWorkerController class. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| IslandWorker(ThreadWorkerController) |
将执行定向到特定辅助调试器线程。Directs execution to a particular auxiliary debugger thread. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |