DkmWorkerProcessConnection.ProtocolVersion Property

Definition

The version of the protocol used between Visual Studio and the worker process. This is the minimum of the protocol version that Visual Studio understands, and the protocol version that the worker process understands.

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

public:
 property Microsoft::VisualStudio::Debugger::DkmApiVersion ProtocolVersion { Microsoft::VisualStudio::Debugger::DkmApiVersion get(); };
public Microsoft.VisualStudio.Debugger.DkmApiVersion ProtocolVersion { get; }
member this.ProtocolVersion : Microsoft.VisualStudio.Debugger.DkmApiVersion
Public ReadOnly Property ProtocolVersion As DkmApiVersion

Property Value

Applies to