DkmRecordedProcessInfo.GetClrVersions 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.
Get all the version number for all the CLR instances loaded into the recorded process.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetClrVersions();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetClrVersions ();
member this.GetClrVersions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetClrVersions () As ReadOnlyCollection(Of String)
Returns
[Out] Version number for all the CLR instances loaded into the recorded process.