DkmModule.Connection Property

Definition

[Optional] For modules where symbols are loaded remotely, the connection property is used to determine where the Connection originated from. Otherwise this will be NULL.

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