UtilPythonInstalledVersions Property
Gets a read-only collection of
PythonInstalledVersion
that represents the information about every version of Python installed in the current operating system.
Namespace: DevCase.Core.Diagnostics.PythonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionPythonInstalledVersion
This is a code example.
No code example is currently available or this language may not be supported.
Dim versions As ReadOnlyCollection(Of PythonInstalledVersion) = SoftwareUtil.Python.InstalledVersions
For Each ver As PythonInstalledVersion In versions
Console.WriteLine(ver.ToString())
Next
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.