DkmTransportConnection.GetDefaultClrVersion Method

Definition

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

public:
 System::String ^ GetDefaultClrVersion();
public:
 Platform::String ^ GetDefaultClrVersion();
std::wstring GetDefaultClrVersion();
public string GetDefaultClrVersion ();
member this.GetDefaultClrVersion : unit -> string
Public Function GetDefaultClrVersion () As String

Returns

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

Applies to