DkmEvaluateExpressionAsyncResult.ResultObject Property

Definition

Object containing the result of the evaluation. This object must be closed by the caller when the caller is done with the object.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ ResultObject { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult ResultObject { get; }
member this.ResultObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult
Public ReadOnly Property ResultObject As DkmEvaluationResult

Property Value

Returns DkmEvaluationResult.

Applies to