IDkmSerializedProcessInfoProvider.GetClrVersions Method
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 process.
C#
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetClrVersions(Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo serializedProcessInfo);
abstract member GetClrVersions : Microsoft.VisualStudio.Debugger.DefaultPort.DkmSerializedProcessInfo -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetClrVersions (serializedProcessInfo As DkmSerializedProcessInfo) As ReadOnlyCollection(Of String)
- serializedProcessInfo
- DkmSerializedProcessInfo
[In] Basic information about a non-executable file that can be debugged.
[Out] Version number for all the CLR instances loaded into the process.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2022 |