DkmGPUComputeKernel.GetStoppedThreads 方法

定义

获取命中断点的所有线程。

public:
 cli::array <System::UInt64> ^ GetStoppedThreads();
public:
 Platform::Array <unsigned long long> ^ GetStoppedThreads();
std::Array <unsigned long> GetStoppedThreads();
public ulong[] GetStoppedThreads ();
member this.GetStoppedThreads : unit -> uint64[]
Public Function GetStoppedThreads () As ULong()

返回

UInt64[]

弄命中断点的计算线程 id 的结果集。

适用于