IDkmRecordedProcessInfoProvider.GetRecordedProcessInfo Method

Definition

Obtain information about a recorded file.

public:
 Microsoft::VisualStudio::Debugger::DefaultPort::DkmRecordedProcessInfo ^ GetRecordedProcessInfo(Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ connection, System::String ^ path);
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo GetRecordedProcessInfo (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection, string path);
abstract member GetRecordedProcessInfo : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection * string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo
Public Function GetRecordedProcessInfo (connection As DkmTransportConnection, path As String) As DkmRecordedProcessInfo

Parameters

connection
DkmTransportConnection

[In] This represents a connection between the monitor and the IDE. It can either be a local connection if the monitor is running in the same process as the IDE, or it can be a remote connection. In the monitor process, there is only one connection.

path
String

[In] The path to the recorded file.

Returns

[Out] Information about the recorded process.

Applies to