IDkmGPUComputeKernelOperation.Select Method
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.
Runs the select query on thread info objects.
public:
cli::array <Microsoft::VisualStudio::Debugger::GPU::DkmComputeThreadInfo> ^ Select(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel, System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ from, Microsoft::VisualStudio::Debugger::GPU::DkmWhereClause where);
public Microsoft.VisualStudio.Debugger.GPU.DkmComputeThreadInfo[] Select (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, System.Collections.ObjectModel.ReadOnlyCollection<ulong> from, Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause where);
public Microsoft.VisualStudio.Debugger.GPU.DkmComputeThreadInfo[]? Select (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, System.Collections.ObjectModel.ReadOnlyCollection<ulong> from, Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause where);
abstract member Select : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel * System.Collections.ObjectModel.ReadOnlyCollection<uint64> * Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause -> Microsoft.VisualStudio.Debugger.GPU.DkmComputeThreadInfo[]
Public Function Select (computeKernel As DkmGPUComputeKernel, from As ReadOnlyCollection(Of ULong), where As DkmWhereClause) As DkmComputeThreadInfo()
Parameters
- computeKernel
- DkmGPUComputeKernel
[In] DkmGPUComputeKernel represents a GPU compute kernel running in the target process.
- from
- ReadOnlyCollection<UInt64>
[In] From clause specification for selection (can be empty to select from all available threads).
- where
- DkmWhereClause
[In] Where clause specification for selection.
Returns
[Out] The result set of compute thread info objects.