DkmTransportConnection.GetSerializedProcessInfo(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 file.
This API was introduced in Visual Studio 16 Update 8 (DkmApiVersion.VS16Update8).
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo GetSerializedProcessInfo(string Path);
member this.GetSerializedProcessInfo : string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo
Public Function GetSerializedProcessInfo (Path As String) As DkmSerializedProcessInfo
Parameters
- Path
- String
[In] The path to the file.
Returns
[Out] Information about the process.