DkmGPUComputeKernel.GetThreadFromId(UInt64, DkmGPUComputeThread) 方法

定义

获取给定线程 ID 的 DkmGPUComputeThread 对象。

public:
 void GetThreadFromId(System::UInt64 ThreadId, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ % Thread);
public void GetThreadFromId (ulong ThreadId, out Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread Thread);
member this.GetThreadFromId : uint64 * DkmGPUComputeThread -> unit
Public Sub GetThreadFromId (ThreadId As ULong, ByRef Thread As DkmGPUComputeThread)

参数

ThreadId
UInt64

中要返回的线程的 ID。

Thread
DkmGPUComputeThread

弄与给定线程 ID 匹配的线程对象。

适用于