DebuggerManager.IslandThread.IslandWorker(DebuggerManager+IslandThread) Method
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.
Private entry point called from islands. Must be public so that the islands can invoke it. Called on debugger worker thread.
public:
static void IslandWorker(Microsoft::Build::Debugging::DebuggerManager::IslandThread ^ controller);
public static void IslandWorker (Microsoft.Build.Debugging.DebuggerManager.IslandThread controller);
static member IslandWorker : Microsoft.Build.Debugging.DebuggerManager.IslandThread -> unit
Public Shared Sub IslandWorker (controller As DebuggerManager.IslandThread)
Parameters
- controller
- DebuggerManager.IslandThread
The thread calling the entry point.