Share via


DkmCompiledClrInspectionQuery.Binary Property

Definition

Binary of the query assembly.

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

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

Property Value

Applies to