DebuggerManager.IslandThread Class
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
C#
public sealed class DebuggerManager.IslandThread : IDisposable
type DebuggerManager.IslandThread = class
interface IDisposable
Public NotInheritable Class DebuggerManager.IslandThread
Implements IDisposable
- Inheritance
-
DebuggerManager.IslandThread
- Implements
Island |
Private entry point called from islands. Must be public so that the islands can invoke it. Called on debugger worker thread. |
IDisposable. |
Releases all resources used by the current instance of the DebuggerManager.IslandThread class. |
Produto | Versións |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |