Share via


IDumpExtension.Engines Property

Gets a list of customer debugger engines against which a dump file can be launched.

Namespace:  Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
ReadOnly Property Engines As IEnumerable(Of EngineProvider)
    Get
IEnumerable<EngineProvider> Engines { get; }
property IEnumerable<EngineProvider>^ Engines {
    IEnumerable<EngineProvider>^ get ();
}
abstract Engines : IEnumerable<EngineProvider>
function get Engines () : IEnumerable<EngineProvider>

Property Value

Type: System.Collections.Generic.IEnumerable<EngineProvider>

.NET Framework Security

See Also

Reference

IDumpExtension Interface

Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension Namespace