DkmModule.SymbolsConnection Property

Definition

[Optional] If non-null, this specifies a connection to a worker process where symbols for this DkmModule are processed. This will be null if symbols are loaded in the IDE process, or if they are loaded in the remote debugger (DkmModule.Connection is non-null).

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmWorkerProcessConnection ^ SymbolsConnection { Microsoft::VisualStudio::Debugger::DefaultPort::DkmWorkerProcessConnection ^ get(); };
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmWorkerProcessConnection SymbolsConnection { get; }
member this.SymbolsConnection : Microsoft.VisualStudio.Debugger.DefaultPort.DkmWorkerProcessConnection
Public ReadOnly Property SymbolsConnection As DkmWorkerProcessConnection

Property Value

Applies to