DkmGetFrameLocalsAsyncResult Struct

Definition

Result of an asynchronous DkmInspectionContext.GetFrameLocals call.

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

Constructors

DkmGetFrameLocalsAsyncResult(DkmEvaluationResultEnumContext)

Creates a new result structure to hold the output from a successful call to DkmInspectionContext.GetFrameLocals.

Properties

EnumContext

Context object used to enumerate child members of an evaluation result, or to enumerate local variables from a stack frame. This is logically similar to an enumerator, except that access to elements is index-based rather than sequential.

ErrorCode

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

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmInspectionContext.GetFrameLocals.

Applies to