ThreadWorkerController Class

Definition

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
Inheritance
ThreadWorkerController

Remarks

This worker thread is needed to enable simulation of multithread-like execution of parallel activities.

Constructors

ThreadWorkerController()

Creates a new instance of the ThreadWorkerController class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IslandWorker(ThreadWorkerController)

Directs execution to a particular auxiliary debugger thread.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to