IDkmDumpWriter Interface

Definition

This interface contains the API for writing out a dump file of the debuggee process.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

public interface class IDkmDumpWriter
public interface class IDkmDumpWriter
__interface IDkmDumpWriter
public interface IDkmDumpWriter
type IDkmDumpWriter = interface
Public Interface IDkmDumpWriter

Methods

WriteDump(DkmProcess, DkmDumpType, String, DkmThread)

This method will write out a memory dump of the process to the path specified.

Applies to