DkmGPUComputeThread.GetRegisterDescriptions Method

Definition

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

public:
 cli::array <Microsoft::VisualStudio::Debugger::GPU::DkmGPURegisterDescription> ^ GetRegisterDescriptions();
std::Array <Microsoft::VisualStudio::Debugger::GPU::DkmGPURegisterDescription> GetRegisterDescriptions();
public Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription[] GetRegisterDescriptions ();
member this.GetRegisterDescriptions : unit -> Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription[]
Public Function GetRegisterDescriptions () As DkmGPURegisterDescription()

Returns

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

Applies to