IXCLRDataTask Interface

Provides methods for querying information about a managed task.

Note

This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug and ICorProfiler APIs when possible.

Methods

Method Description
GetCurrentAppDomain Gets the current AppDomain of the task.
CreateStackWalk Starts a stack walk for the task.
GetLastExceptionState Gets the last exception state of the task.
GetCurrentExceptionState Gets the current exception state of the task.

Remarks

This interface lives inside the runtime and is not exposed through any headers or library files. However, it's a COM interface that derives from IUnknown with GUID A5B0BEEA-EC62-4618-8012-A24FFC23934C that can be obtained through the usual COM mechanisms.

Requirements

Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7

See also