DkmTransportConnection.GetRecordedProcessInfo(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.