DkmProcess.GetComputeKernels Method

Definition

GetComputeKernels enumerates the DkmGPUComputeKernel elements of this DkmProcess object.

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()

Returns

[Out] Array containing the enumerated elements.

Applies to