DkmTransportConnection.FindSerializedProcessInfo(String) Method

Definition

Find a DkmSerializedProcessInfo element within this DkmTransportConnection. If no element with the given input key is present, FindSerializedProcessInfo will fail.

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

public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo? FindSerializedProcessInfo(string Path);
member this.FindSerializedProcessInfo : string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo
Public Function FindSerializedProcessInfo (Path As String) As DkmSerializedProcessInfo

Parameters

Path
String

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to