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

Members

Dd882497.collapse_all(zh-cn,VS.110).gifMethods

Name

Description

GetScheduledTasksForDebugger

Retrieves an array of all scheduled tasks.

GetTaskSchedulersForDebugger

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

See Also

Reference

System.Threading.Tasks.TaskScheduler

Concepts

Parallel Extension Internals for the .NET Framework