DebuggerManager.IslandThread Class

Definition

Executes the islands on a dedicated worker thread. The worker thread's physical callstack then maps to the interpreter's virtual callstack.

public: ref class DebuggerManager::IslandThread sealed : IDisposable
public sealed class DebuggerManager.IslandThread : IDisposable
type DebuggerManager.IslandThread = class
    interface IDisposable
Public NotInheritable Class DebuggerManager.IslandThread
Implements IDisposable
Inheritance
DebuggerManager.IslandThread
Implements

Methods

IslandWorker(DebuggerManager+IslandThread)

Private entry point called from islands. Must be public so that the islands can invoke it. Called on debugger worker thread.

Explicit Interface Implementations

IDisposable.Dispose()

Releases all resources used by the current instance of the DebuggerManager.IslandThread class.

Applies to