DkmEvaluateReturnValueAsyncResult2.ResultObject Property

Definition

[Optional] Object containing the result of the evaluation. This object must be closed by the caller when the caller is done with the object. If not present, the function had no return value.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Applies to