DkmTransportConnection.FindRecordedProcessInfo(String) Method

Definition

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

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmRecordedProcessInfo ^ FindRecordedProcessInfo(System::String ^ Path);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo FindRecordedProcessInfo (string Path);
member this.FindRecordedProcessInfo : string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo
Public Function FindRecordedProcessInfo (Path As String) As DkmRecordedProcessInfo

Parameters

Path
String

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to