Parallel Extension Internals for the .NET Framework

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This section describes the internal types, methods, and fields of classes that help you implement a custom debugger for the parallel extensions to the .NET Framework.

In This Section

Task Class
Describes the internal data members of the System.Threading.Tasks.Task class.

TaskScheduler Class
Describes the internal data members of the System.Threading.Tasks.TaskScheduler class.

ContingentProperties Class
Describes the internal data members of the System.Threading.Tasks.ContingentProperties class.

AsyncTaskMethodBuilder Structure
Describes the internal members of the AsyncTaskMethodBuilder structure.

AsyncTaskMethodBuilder<TResult> Structure
Describes the internal members of the AsyncTaskMethodBuilder<TResult> structure.

AsyncVoidMethodBuilder Structure
Describes the internal members of the AsyncVoidMethodBuilder structure.

See Also

System.Threading.Tasks.Task
System.Threading.Tasks.TaskScheduler
Visual Studio Debugger Extensibility
Parallel Programming