Sdílet prostřednictvím


DkmUnwoundRegister.Value Property

Definition

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>.

Applies to