Sdílet prostřednictvím


DkmDebugLaunchSettings.EngineFilter Property

Definition

[Optional] Guids for the set of debug engines being used to debug this process. This will be null if the process was launched outside the debugger.

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

Property Value

Returns ReadOnlyCollection<T>.

Applies to