DkmRunningProcessInfo.ClrVersions Property
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.
[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>.