DkmGPUComputeKernel.FindComputeThread(Int64) 方法

定义

在此 DkmGPUComputeKernel 中查找 DkmGPUComputeThread 元素。 如果不存在具有给定输入键的元素,则 FindComputeThread 将失败。

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

参数

GlobalThreadIndex
Int64

中用于查找元素的搜索键。

返回

DkmGPUComputeThread

[Out,Optional]搜索结果。

适用于