IDkmGroupCompiledInspectionQueryProcessor.ExecuteQueryOnThreads Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Derlenmiş bir inceleme sorgusu yürütür ve herhangi bir sonuç döndürür.
public:
Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmContextGroupEvaluationILResult ^ ExecuteQueryOnThreads(Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmCompiledILInspectionQuery ^ dkmILQuery, Microsoft::VisualStudio::Debugger::Evaluation::DkmILContext ^ iLContext, System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ threads, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmILParameterValueCollection ^> ^ parameters);
public Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationILResult ExecuteQueryOnThreads (Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmCompiledILInspectionQuery dkmILQuery, Microsoft.VisualStudio.Debugger.Evaluation.DkmILContext iLContext, System.Collections.ObjectModel.ReadOnlyCollection<ulong> threads, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmILParameterValueCollection> parameters);
abstract member ExecuteQueryOnThreads : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmCompiledILInspectionQuery * Microsoft.VisualStudio.Debugger.Evaluation.DkmILContext * System.Collections.ObjectModel.ReadOnlyCollection<uint64> * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmILParameterValueCollection> -> Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationILResult
Public Function ExecuteQueryOnThreads (dkmILQuery As DkmCompiledILInspectionQuery, iLContext As DkmILContext, threads As ReadOnlyCollection(Of ULong), parameters As ReadOnlyCollection(Of DkmILParameterValueCollection)) As DkmContextGroupEvaluationILResult
Parametreler
- dkmILQuery
- DkmCompiledILInspectionQuery
'Ndaki Bir veya daha fazla DkmIL yönergelerine derlenmiş bir inceleme sorgusu.
- iLContext
- DkmILContext
'Ndaki Değerlendirdiğimiz yığın çerçeve bağlamı.
- threads
- ReadOnlyCollection<UInt64>
'Ndaki Sorgu yürütürken kullanılacak işlem iş parçacıkları.
- parameters
- ReadOnlyCollection<DkmILParameterValueCollection>
[In, Isteğe bağlı] Her bir iş parçacığına geçirilecek parametreler. Bu koleksiyon, kullanılmamaları halinde boş veya Iş parçacığı parametresi olarak tam sayıda üyeye sahip olmalıdır.
Döndürülenler
Dışı Değerlendirmelere ilişkin sonuçlar.