DkmEvaluateReturnValueAsyncResult2.ResultObject Property
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.
[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; }
public Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult? ResultObject { get; }
member this.ResultObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult
Public ReadOnly Property ResultObject As DkmEvaluationResult