DebuggerManager.IslandThread Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |