DkmGetFrameArgumentsAsyncResult(DkmEvaluationResult[]) Constructor

Definition

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

public:
 DkmGetFrameArgumentsAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^> ^ Arguments);
public DkmGetFrameArgumentsAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult[] Arguments);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmGetFrameArgumentsAsyncResult : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult[] -> Microsoft.VisualStudio.Debugger.Evaluation.DkmGetFrameArgumentsAsyncResult
Public Sub New (Arguments As DkmEvaluationResult())

Parameters

Arguments
DkmEvaluationResult[]

[In] DkmEvaluationResult for each argument. Each DkmEvaluationResult must be closed by the caller when done with the object.

Applies to