DkmManagedModuleUpdate.ILDelta Property

Definition

Collection of IL deltas affected by the update.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

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

Property Value

Applies to