IDkmRecordedProcessInfoProvider.GetClrVersions(DkmRecordedProcessInfo) Method

Definition

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

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetClrVersions(Microsoft::VisualStudio::Debugger::DefaultPort::DkmRecordedProcessInfo ^ recordedProcessInfo);
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetClrVersions (Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo recordedProcessInfo);
abstract member GetClrVersions : Microsoft.VisualStudio.Debugger.DefaultPort.DkmRecordedProcessInfo -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetClrVersions (recordedProcessInfo As DkmRecordedProcessInfo) As ReadOnlyCollection(Of String)

Parameters

recordedProcessInfo
DkmRecordedProcessInfo

[In] Basic information about a non-executable file that can be debugged. This non-executable file can be a recording of a running process, e.g. a time travel debug trace file.

Returns

[Out] Version number for all the CLR instances loaded into the recorded process.

Applies to