DkmGPUComputeKernel.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(System::Collections::ObjectModel::ReadOnlyCollection<System::UInt64> ^ From, Microsoft::VisualStudio::Debugger::GPU::DkmWhereClause Where);
public Microsoft.VisualStudio.Debugger.GPU.DkmComputeThreadInfo[] Select (System.Collections.ObjectModel.ReadOnlyCollection<ulong> From, Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause Where);
member this.Select : System.Collections.ObjectModel.ReadOnlyCollection<uint64> * Microsoft.VisualStudio.Debugger.GPU.DkmWhereClause -> Microsoft.VisualStudio.Debugger.GPU.DkmComputeThreadInfo[]
Public Function Select (From As ReadOnlyCollection(Of ULong), Where As DkmWhereClause) As DkmComputeThreadInfo()
Parameters
- 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.