Share via


IDumpExtension.SupportDumpFileFormat(String) Method

Definition

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

public:
 bool SupportDumpFileFormat(System::String ^ fileName);
public bool SupportDumpFileFormat (string fileName);
abstract member SupportDumpFileFormat : string -> bool
Public Function SupportDumpFileFormat (fileName As String) As Boolean

Parameters

fileName
String

A dump file.

Returns

true if the debugger engines support debugging fileName.

Applies to