IDumpExtension Interface

Definition

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

public interface class IDumpExtension
[System.Runtime.InteropServices.Guid("D5288E92-AFB4-4AE3-8474-1F6D706CBD8B")]
public interface IDumpExtension
[<System.Runtime.InteropServices.Guid("D5288E92-AFB4-4AE3-8474-1F6D706CBD8B")>]
type IDumpExtension = interface
Public Interface IDumpExtension
Attributes

Properties

Engines

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

Methods

SupportDumpFileFormat(String)

Tests whether or not the specified dump file is support by the current list of debugger engines.

Applies to