DkmRecordedProcessInfo.GetClrVersions Method

Definition

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.

Applies to