DkmEvaluateExpressionOnThreadsAsyncResult.Results 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.
Object containing the results of the evaluation. This object must be closed by the caller when the caller is done with the object.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmContextGroupEvaluationResult ^> ^ Results { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmContextGroupEvaluationResult ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationResult> Results { get; }
member this.Results : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationResult>
Public ReadOnly Property Results As ReadOnlyCollection(Of DkmContextGroupEvaluationResult)
Property Value
Returns ReadOnlyCollection<T>.