DkmTransportConnection.ProtocolVersion 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.
The version of the protocol used between Visual Studio and the target computer. This is the minimum of the protocol version that Visual Studio understands, and the protocol version that the remote debugger understands.
This API was introduced in Visual Studio 11 Update 1 (DkmApiVersion.VS11FeaturePack1).
public:
property Microsoft::VisualStudio::Debugger::DkmApiVersion ProtocolVersion { Microsoft::VisualStudio::Debugger::DkmApiVersion get(); };
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