DkmClrAlias.CustomTypeInfoPayload Property

Definition

The custom type information payload used by the compiler to embed custom type information. The compiler should verify that the id stored in CustomTypeInfoPayloadTypeId matches the expected id before using this value.

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

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

Property Value

Applies to