DkmILParameterValue.ValueBytes 属性

定义

表示要传入作为参数的值的字节。

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)

属性值

ReadOnlyCollection<Byte>

返回 ReadOnlyCollection<T>

适用于