DkmTransportConnection.CreateCoreDumpParserTargetCompositionServices 方法

定义

为核心文件分析方案Create IDebugServiceManager 的实例,该实例可用于访问基于目标组合的扩展。 DkmProcess 可用后,调用 SetCoreDumpParserTargetCompositionServices,以便可以正确缓存实例。

位置约束:不能跨计算机封送目标组合接口,但可以安全使用(如果可用)。

此 API 是在 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)

参数

FilePath
String

[In]核心文件路径。

ServiceManager
Object

[Out]服务管理器。

适用于