DkmGetFrameArgumentsAsyncResult(DkmEvaluationResult[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.