DkmTransportConnection.FindRecordedProcessInfo(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.
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);
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.