DkmDebugLaunchSettings.EngineFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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>.