DkmGPUComputeThread.ComputeKernel Property

Definition

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

public:
 property Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ ComputeKernel { Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ get(); };
public Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel ComputeKernel { get; }
member this.ComputeKernel : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel
Public ReadOnly Property ComputeKernel As DkmGPUComputeKernel

Property Value

Returns DkmGPUComputeKernel.

Applies to