DebuggerManager.IslandThread.IslandWorker(DebuggerManager+IslandThread) 方法

定义

从数据岛调用的专用入口点。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)

参数

controller
DebuggerManager.IslandThread

调用入口点的线程。The thread calling the entry point.

适用于