IDkmClrUIVisualizerService120.CreateReplacementObject Method

Definition

Not described (internal API).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ CreateReplacementObject(Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ propertyProxy, cli::array <System::Byte> ^ dataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> CreateReplacementObject (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy, byte[] dataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? CreateReplacementObject (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy, byte[]? dataIn);
abstract member CreateReplacementObject : Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy * byte[] -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function CreateReplacementObject (propertyProxy As DkmPropertyProxy, dataIn As Byte()) As ReadOnlyCollection(Of Byte)

Parameters

propertyProxy
DkmPropertyProxy

[In] Concord wrapper around IPropertyProxyEESide.

dataIn
Byte[]

[In] Not described (internal API).

Returns

[Out,Optional] Not described (internal API).

Applies to