Parallel extension internals for the .NET Framework
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. 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.