IDkmGPUComputeKernelOperation.GetComputeKernelName Method

Definition

Get the name of compute kernel.

public:
 System::String ^ GetComputeKernelName(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel);
public string GetComputeKernelName (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel);
abstract member GetComputeKernelName : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel -> string
Public Function GetComputeKernelName (computeKernel As DkmGPUComputeKernel) As String

Parameters

computeKernel
DkmGPUComputeKernel

[In] DkmGPUComputeKernel represents a GPU compute kernel running in the target process.

Returns

[Out] Name of the ComputeKernel that is launched.

Applies to