Share via


TaskScheduler Class

This topic describes several internal members of the System.Threading.Tasks.TaskScheduler class to help you implement a custom debugger. For general information about this class, see TaskScheduler.

Note

This information is specific to .NET Framework 4 and is subject to change in a future release.

Because you cannot access these members from the .NET Framework, this topic provides syntax in Microsoft intermediate language (MSIL). For more information about MSIL, see Compiling to MSIL.

Namespace:  System.Threading.Tasks

Assembly:  mscorlib (in mscorlib.dll)

.class public abstract auto ansi beforefieldinit System.Threading.Tasks.TaskScheduler
       extends System.Object

Members

Methods

Name

Description

GetScheduledTasksForDebugger

Retrieves an array of all scheduled tasks.

GetTaskSchedulersForDebugger

Retrieves an array of all TaskScheduler objects that are currently active.

See Also

Concepts

Parallel Extension Internals for the .NET Framework