DebuggerManager.IslandThread.IslandWorker 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);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static void IslandWorker (Microsoft.Build.Debugging.DebuggerManager.IslandThread controller);
public static void IslandWorker (Microsoft.Build.Debugging.DebuggerManager.IslandThread controller);
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
static member IslandWorker : Microsoft.Build.Debugging.DebuggerManager.IslandThread -> unit
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.
- Attributes