IDumpExtension Interface

Extends the Dump Summary Page to enable additional debug engines to be used with the dump file.

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

Syntax

'Declaration
<GuidAttribute("D5288E92-AFB4-4AE3-8474-1F6D706CBD8B")> _
Public Interface IDumpExtension
[GuidAttribute("D5288E92-AFB4-4AE3-8474-1F6D706CBD8B")]
public interface IDumpExtension
[GuidAttribute(L"D5288E92-AFB4-4AE3-8474-1F6D706CBD8B")]
public interface class IDumpExtension
[<GuidAttribute("D5288E92-AFB4-4AE3-8474-1F6D706CBD8B")>]
type IDumpExtension =  interface end
public interface IDumpExtension

The IDumpExtension type exposes the following members.

Properties

  Name Description
Public property Engines Gets a list of customer debugger engines against which a dump file can be launched.

Top

Methods

  Name Description
Public method SupportDumpFileFormat Tests whether or not the specified dump file is support by the current list of debugger engines.

Top

Remarks

This class is part of the extensibility that allows third parties to make custom debug engines available to the Dump Summary page.

See Also

Reference

Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension Namespace