通过


DkmSetEvaluationConditionAsyncResult Struct

Definition

Result of an asynchronous DkmRuntimeBreakpoint.SetEvaluationCondition call.

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

Constructors

Name Description
DkmSetEvaluationConditionAsyncResult(String)

Creates a new result structure to hold the output from a successful call to DkmRuntimeBreakpoint.SetEvaluationCondition.

Properties

Name Description
ErrorCode

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

ErrorText

[Optional] If the condition could not be parsed, this indicates the reason why. This value should be null if the compile succeeded.

Methods

Name Description
CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmRuntimeBreakpoint.SetEvaluationCondition.

Applies to