DkmILParameterValue.ValueBytes Propriedade

Definição

Os bytes que representam o valor a ser passado como o parâmetro.

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)

Valor da propriedade

ReadOnlyCollection<Byte>

Retorna ReadOnlyCollection<T>.

Aplica-se a