IDkmSerializedProcessInfoProviderFactory.GetSerializedProcessInfo 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.
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo GetSerializedProcessInfo (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection, string path);
abstract member GetSerializedProcessInfo : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection * string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo
Public Function GetSerializedProcessInfo (connection As DkmTransportConnection, path As String) As DkmSerializedProcessInfo
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 file.
Returns
[Out] Information about the process.