IDkmRecordedProcessInfoProvider.GetClrVersions(DkmRecordedProcessInfo) Method
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.
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.