IDkmSerializedProcessInfoProvider Interface

Definition

Interface implemented by base Debug Monitors that support a process dump format. Currently implemented by the Core Dump BDM.

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, TransportKind.

This API was introduced in Visual Studio 16 Update 8 (DkmApiVersion.VS16Update8).

public interface IDkmSerializedProcessInfoProvider
type IDkmSerializedProcessInfoProvider = interface
Public Interface IDkmSerializedProcessInfoProvider

Methods

GetClrVersions(DkmSerializedProcessInfo)

Get all the version number for all the CLR instances loaded into the process.

GetLastExceptionCode(DkmSerializedProcessInfo)

Get the last exception code. For Linux this will be a signal code.

GetModules(DkmSerializedProcessInfo)

Get the lists of modules that loaded in the process.

GetSystemInformation(DkmSerializedProcessInfo)

Get information about the computer where the recorded process ran.

Applies to