IDkmRunningProcessInfoProvider.GetDefaultClrVersion Method

Definition

Returns the version of the CLR which is loaded in the monitor process.

public:
 System::String ^ GetDefaultClrVersion(Microsoft::VisualStudio::Debugger::DefaultPort::DkmTransportConnection ^ connection);
public string GetDefaultClrVersion (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection);
abstract member GetDefaultClrVersion : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection -> string
Public Function GetDefaultClrVersion (connection As DkmTransportConnection) As String

Parameters

connection
DkmTransportConnection

[In] This represents a connection between the monitor and the IDE. It can either be a local connection if the monitor is running in the same process as the IDE, or it can be a remote connection. In the monitor process, there is only one connection.

Returns

[Out] Version string of the CLR. Ex:'v4.0.30319'.

Applies to