DkmManagedReturnValueCopy.ValueBuffer Property

Definition

[Optional] The captured value type buffer.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ValueBuffer { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> ValueBuffer { get; }
member this.ValueBuffer : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property ValueBuffer As ReadOnlyCollection(Of Byte)

Property Value

Applies to