DkmGPUComputeKernel.GetComputeKernelProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取计算内核的属性。
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
弄计算内核中的属性数。