Share via


DkmSerializedProcessInfo.GetClrVersions Method

Definition

Get all the version number for all the CLR instances loaded into the process.

This API was introduced in Visual Studio 16 Update 8 (DkmApiVersion.VS16Update8).

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 process.

Applies to