Compartilhar via


DkmRunningProcessInfo.ClrVersions Property

Definition

[Optional] Version number for all the CLR instances loaded into the debugged process.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ClrVersions { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ClrVersions { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<string>? ClrVersions { get; }
member this.ClrVersions : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ClrVersions As ReadOnlyCollection(Of String)

Property Value

Returns ReadOnlyCollection<T>.

Applies to