DkmPublishedProgramInfo.EngineIds Property

Definition

The collection of engines which are capable of debugging this code. Generally, this collection only has one entry. For script, this value is DkmEngineId.Script.

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

Property Value

Returns ReadOnlyCollection<T>.

Applies to