DkmProcess.GetComputeKernels 方法

定义

GetComputeKernels 枚举此 DkmProcess 对象的 DkmGPUComputeKernel 元素。

public:
 cli::array <Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^> ^ GetComputeKernels();
public Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel[] GetComputeKernels ();
member this.GetComputeKernels : unit -> Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel[]
Public Function GetComputeKernels () As DkmGPUComputeKernel()

返回

DkmGPUComputeKernel[]

弄包含枚举元素的数组。

适用于