DkmContextGroupEvaluationILResult.ResultData 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.
An array of result data structures that indicate the source instruction and the data buffer for all threads.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmThreadEvaluationResultCollection ^> ^ ResultData { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmThreadEvaluationResultCollection ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmThreadEvaluationResultCollection> ResultData { get; }
member this.ResultData : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmThreadEvaluationResultCollection>
Public ReadOnly Property ResultData As ReadOnlyCollection(Of DkmThreadEvaluationResultCollection)
Property Value
Returns ReadOnlyCollection<T>.