DkmGPUComputeKernel.GetComputeKernelProperties Method

Definition

Get properties of the compute kernel.

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

Parameters

ComputeProperties
DkmComputeProperty[]

[Out] List of Compute kernel properties.

NumberOfProperties
Int32

[Out] Number of properties in the compute kernel.

Applies to