DkmGPURegisterDescription Constructor
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.
Initialize a new DkmGPURegisterDescription value.
public:
DkmGPURegisterDescription(System::UInt32 RegisterType, System::UInt32 RegisterIndex, System::UInt64 RegisterSize, System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ RegisterValue);
public DkmGPURegisterDescription(uint RegisterType, uint RegisterIndex, ulong RegisterSize, System.Collections.ObjectModel.ReadOnlyCollection<byte> RegisterValue);
new Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription : uint32 * uint32 * uint64 * System.Collections.ObjectModel.ReadOnlyCollection<byte> -> Microsoft.VisualStudio.Debugger.GPU.DkmGPURegisterDescription
Public Sub New (RegisterType As UInteger, RegisterIndex As UInteger, RegisterSize As ULong, RegisterValue As ReadOnlyCollection(Of Byte))
Parameters
- RegisterType
- UInt32
[In] The GPU register type.
- RegisterIndex
- UInt32
[In] The index of a GPU register.
- RegisterSize
- UInt64
[In] The size of a GPU register in bytes.
- RegisterValue
- ReadOnlyCollection<Byte>
[In] The value bytes of a GPU register. This is normally 16 bytes.