DkmTransportConnection.CreateCoreDumpParserTargetCompositionServices Method

Definition

Create an instance of IDebugServiceManager for the Core file parsing scenario, which can be used to access Target Composition based extensions. Once DkmProcess is available, call SetCoreDumpParserTargetCompositionServices so the instance can be properly cached.

Location constraint: Target composition interfaces cannot be marshalled across machine, but are safe to use if available.

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

public void CreateCoreDumpParserTargetCompositionServices (string FilePath, out object ServiceManager);
member this.CreateCoreDumpParserTargetCompositionServices : string * obj -> unit
Public Sub CreateCoreDumpParserTargetCompositionServices (FilePath As String, ByRef ServiceManager As Object)

Parameters

FilePath
String

[In] The Core file path.

ServiceManager
Object

[Out] The service manager.

Applies to