DkmUnwoundRegister.Value Property
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.
A byte array representing the contents of the register. The size of the register in bytes can be found by the length of this array.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Value { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Value { get; }
member this.Value : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Value As ReadOnlyCollection(Of Byte)
Property Value
Returns ReadOnlyCollection<T>.