Share via


DkmProcess.SetCoreDumpParserTargetCompositionServices(Object) Method

Definition

Gets the IDebugServiceManager for the Core file parsing scenario, which can be used to access Target Composition based extensions.

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 SetCoreDumpParserTargetCompositionServices (object ServiceManager);
member this.SetCoreDumpParserTargetCompositionServices : obj -> unit
Public Sub SetCoreDumpParserTargetCompositionServices (ServiceManager As Object)

Parameters

ServiceManager
Object

[In] The service manager.

Applies to