IDkmGPURegisterOperation.GetRegisterDescriptions(DkmGPUComputeThread) 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.
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.