DkmUserMessage.Connection Property

Definition

Connection used to send the message to the debugger. This will value is usually obtained from DkmProcess.Connection unless the message needs to be sent before the DkmProcess is created.

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.

Applies to