DkmGPUComputeKernel.GetComputeKernelProperties 方法

定义

获取计算内核的属性。

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)

参数

ComputeProperties
DkmComputeProperty[]

弄计算内核属性列表。

NumberOfProperties
Int32

弄计算内核中的属性数。

适用于