DkmGPUComputeKernel.GetComputeKernelProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.