TaskScheduler Class - Internal Members
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at TaskScheduler Class - Internal Members.
This topic describes the internal members of the System.Threading.Tasks.TaskScheduler class that help you implement a custom debugger. For general information about this class, see the TaskScheduler reference topic.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Because you cannot access these internal members from the .NET Framework, the following syntax is provided in Common Intermediate Language (CIL).
.class public abstract auto ansi beforefieldinit System.Threading.Tasks.TaskScheduler
extends System.Object
Methods
| Name | Description |
|---|---|
| GetScheduledTasksForDebugger | Retrieves an array of all scheduled tasks. |
| GetTaskSchedulersForDebugger | Retrieves an array of all TaskScheduler objects that are currently active. |
System.Threading.Tasks.TaskScheduler
Parallel Extension Internals for the .NET Framework
Show: