DkmILParameterValue.ValueBytes 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.
The bytes representing the value to pass in as the parameter.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ValueBytes { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> ValueBytes { get; }
member this.ValueBytes : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property ValueBytes As ReadOnlyCollection(Of Byte)
Property Value
Returns ReadOnlyCollection<T>.