DkmTransportConnection.GetDefaultClrVersion Method
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.
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'.