DkmGPUComputeKernel.FindComputeThread(Int64) Method

Definition

Find a DkmGPUComputeThread element within this DkmGPUComputeKernel. If no element with the given input key is present, FindComputeThread will fail.

public:
 Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ FindComputeThread(long GlobalThreadIndex);
public Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread FindComputeThread (long GlobalThreadIndex);
public Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread? FindComputeThread (long GlobalThreadIndex);
member this.FindComputeThread : int64 -> Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread
Public Function FindComputeThread (GlobalThreadIndex As Long) As DkmGPUComputeThread

Parameters

GlobalThreadIndex
Int64

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to