Share via


DkmILEvaluationResult.DereferencedBytes Property

Definition

[Optional] If IsPseudoAddress is true, specifies the contents of the backing data for the pseudo-address. This will be NULL if the backing local variable does not exist, is another pseudo-address, or contains fewer bytes than the offset of the pseudo-address.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Property Value

Applies to