DkmGPURegisterDescription.RegisterValue Field
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.
The value bytes of a GPU register. This is normally 16 bytes.
public: initonly System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ RegisterValue;
public readonly System.Collections.ObjectModel.ReadOnlyCollection<byte> RegisterValue;
val mutable RegisterValue : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly RegisterValue As ReadOnlyCollection(Of Byte)