IDkmGPURegisterOperation.SetRegisterValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 GPU 计算线程中寄存器的值。
public:
void SetRegisterValue(Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ computeThread, Microsoft::VisualStudio::Debugger::GPU::DkmGPURegisterDescription registerDescription, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ registerValue);
public void SetRegisterValue (Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread computeThread, Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription registerDescription, System.Collections.ObjectModel.ReadOnlyCollection<byte> registerValue);
abstract member SetRegisterValue : Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> unit
Public Sub SetRegisterValue (computeThread As DkmGPUComputeThread, registerDescription As DkmGPURegisterDescription, registerValue As ReadOnlyCollection(Of Byte))
参数
- computeThread
- DkmGPUComputeThread
中DkmGPUComputeThread 表示在 GPU 目标进程中运行的计算线程。
- registerDescription
- DkmGPURegisterDescription
中GPU 计算线程中的寄存器说明。
- registerValue
- ReadOnlyCollection<Byte>
中要写入 GPU 计算线程中的寄存器的值字节数。