DkmProcess.Connection Property
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.
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.
public:
property Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ Connection { Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ get(); };
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection Connection { get; }
member this.Connection : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection
Public ReadOnly Property Connection As DkmTransportConnection
Property Value
Returns DkmTransportConnection.