IDkmGPURegisterOperation.GetRegisterDescriptions(DkmGPUComputeThread) Method

Definition

Obtain the list of all register descriptions from the GPU compute thread.

public:
 cli::array <Microsoft::VisualStudio::Debugger::GPU::DkmGPURegisterDescription> ^ GetRegisterDescriptions(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread);
public Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription[] GetRegisterDescriptions (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread);
public Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription[]? GetRegisterDescriptions (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread);
abstract member GetRegisterDescriptions : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread -> Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription[]
Public Function GetRegisterDescriptions (computeThread As DkmGPUComputeThread) As DkmGPURegisterDescription()

Parameters

computeThread
DkmGPUComputeThread

[In] DkmGPUComputeThread represents a compute thread running in the GPU target process.

Returns

[Out] The list of all register descriptions from the GPU compute thread.

Applies to