DkmProcess.GetComputeKernels Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.