DkmEvaluateExpressionAsyncResult(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.EvaluateExpression.
public:
DkmEvaluateExpressionAsyncResult(Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ ResultObject);
public DkmEvaluateExpressionAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult ResultObject);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluateExpressionAsyncResult : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult -> Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluateExpressionAsyncResult
Public Sub New (ResultObject As DkmEvaluationResult)
Parameters
- ResultObject
- DkmEvaluationResult
[In] Object containing the result of the evaluation. This object must be closed by the caller when the caller is done with the object.