IDkmGPUComputeKernelOperation.GetComputeKernelProperties Method

Definition

Get properties of the compute kernel.

public:
 void GetComputeKernelProperties(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeKernel ^ computeKernel, [Runtime::InteropServices::Out] cli::array <Microsoft::VisualStudio::Debugger::GPU::DkmComputeProperty> ^ % computeProperties, [Runtime::InteropServices::Out] int % numberOfProperties);
public void GetComputeKernelProperties (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, out Microsoft.VisualStudio.Debugger.GPU.DkmComputeProperty[] computeProperties, out int numberOfProperties);
public void GetComputeKernelProperties (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel computeKernel, out Microsoft.VisualStudio.Debugger.GPU.DkmComputeProperty[]? computeProperties, out int numberOfProperties);
abstract member GetComputeKernelProperties : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeKernel * DkmComputeProperty[] * int -> unit
Public Sub GetComputeKernelProperties (computeKernel As DkmGPUComputeKernel, ByRef computeProperties As DkmComputeProperty(), ByRef numberOfProperties As Integer)

Parameters

computeKernel
DkmGPUComputeKernel

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

computeProperties
DkmComputeProperty[]

[Out] List of Compute kernel properties.

numberOfProperties
Int32

[Out] Number of properties in the compute kernel.

Applies to