DkmGetActiveTaskAddressesForThreadAsyncResult Struct

Definition

Result of an asynchronous DkmClrAppDomain.GetActiveTaskAddressesForThread call.

public value class DkmGetActiveTaskAddressesForThreadAsyncResult
public struct DkmGetActiveTaskAddressesForThreadAsyncResult
type DkmGetActiveTaskAddressesForThreadAsyncResult = struct
Public Structure DkmGetActiveTaskAddressesForThreadAsyncResult
Inheritance
DkmGetActiveTaskAddressesForThreadAsyncResult

Constructors

DkmGetActiveTaskAddressesForThreadAsyncResult(UInt64[])

Creates a new result structure to hold the output from a successful call to DkmClrAppDomain.GetActiveTaskAddressesForThread.

Properties

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete.

TaskAddresses

The active tasks for this thread.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmClrAppDomain.GetActiveTaskAddressesForThread.

Applies to