DkmTransportConnection.GetRecordedProcessInfo(String) Method

Definition

Obtain information about a recorded file.

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

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

Parameters

Path
String

[In] The path to the recorded file.

Returns

[Out] Information about the recorded process.

Applies to