IDkmSerializedProcessInfoProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |