ISystemRequirementsDeterminationIsNetCoreVersionInstalled Method |
Determines whether the specified DotNet core version is installed on the current system.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax bool IsNetCoreVersionInstalled(
Version version
)
Parameters
- version Version
- The version string.
Return Value
Booleantrue if the specified .NET core version is installed; otherwise,
false.
See Also